diff options
author | Bill Nottingham <notting@redhat.com> | 1999-07-25 06:22:54 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-07-25 06:22:54 +0000 |
commit | 99d044a435df955239ba870a6eafce1de9d28fed (patch) | |
tree | c3f4b62715bd9e34de6b510fe90ef8677406d1db /src | |
parent | 21ea163f6fee34fd56735c1faeed84e7ab5a9ed7 (diff) | |
download | initscripts-99d044a435df955239ba870a6eafce1de9d28fed.tar initscripts-99d044a435df955239ba870a6eafce1de9d28fed.tar.gz initscripts-99d044a435df955239ba870a6eafce1de9d28fed.tar.bz2 initscripts-99d044a435df955239ba870a6eafce1de9d28fed.tar.xz initscripts-99d044a435df955239ba870a6eafce1de9d28fed.zip |
install initlog.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1780d65c..389c8b1c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ clean: rm -f $(PROGS) *.o install: - mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)/usr/man/man1 + mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)/usr/man/man1 $(ROOT)/etc install -s -m 755 doexec $(ROOT)/bin/doexec install -s -m 755 usleep $(ROOT)/bin/usleep install -s -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl @@ -25,6 +25,7 @@ install: install -m 644 usleep.1 $(ROOT)/usr/man/man1 install -m 644 usernetctl.1 $(ROOT)/usr/man/man1 install -m 644 ipcalc.1 $(ROOT)/usr/man/man1 + install -m 644 initlog.conf $(ROOT)/etc # this daemon and initscript are useful for testing the up/down/status stuff # not installed by default, only comes from sources. |