File: README

package info (click to toggle)
vold 1.1-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 112 kB
  • ctags: 66
  • sloc: cpp: 508; makefile: 56; sh: 31; perl: 16
file content (19 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
vold - volume daemon for CDROMs under Linux.

(c) 1997 David A. van Leeuwen

install using:

	make all
	make install

By default, files are installed in /usr/local/{bin,man}.
If you want another directory, use

	make INSTALL_DIR=/other/directory install

Clean up using

	make clean