File: README

package info (click to toggle)
yard 1.17.patch1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 74
  • sloc: perl: 1,729; sh: 250; makefile: 176; asm: 32
file content (26 lines) | stat: -rw-r--r-- 876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The Yard package is now set up to do automatic configuration and
installation.  By default, the configure script will install files in
the following directories:

  Perl scripts:                      /sbin
  Replacement and extras dirs:       /etc/yard
  Yard configuration files:          /etc/yard
    (Config.pl and Bootdisk_contents)

This is based on my interpretation of the File System Standard
(FSSTND).  If you don't like these, change the three directory
definitions at the beginning of the configure script.

To install Yard, issue the following commands:
	
	su root
	./configure
	make
	make install


There is documentation in the doc directory.  Yard does not install
its docs by default because there are no man pages.

Note: Space calculations are inaccurate.  make_root_fs may run out of
space even when it thinks it has enough.  I may fix this in the future.