aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-06-29 14:34:46 -0400
committerBill Nottingham <notting@redhat.com>2010-06-29 14:34:46 -0400
commitdb7f8844e4562445a40134d7161e52c1343f0992 (patch)
treef20d4fdd61ae7a754edd472e250ff54f65eb75f6 /src
parent4acf18cf0f5ff3af633b5f7ab602d0b78bb104b1 (diff)
downloadinitscripts-db7f8844e4562445a40134d7161e52c1343f0992.tar
initscripts-db7f8844e4562445a40134d7161e52c1343f0992.tar.gz
initscripts-db7f8844e4562445a40134d7161e52c1343f0992.tar.bz2
initscripts-db7f8844e4562445a40134d7161e52c1343f0992.tar.xz
initscripts-db7f8844e4562445a40134d7161e52c1343f0992.zip
Add sushell, man page to manifests.initscripts-9.03.11-1
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 091c8a61..b478cb9f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -29,6 +29,7 @@ install:
install -m 755 ppp-watch $(ROOT)/sbin/ppp-watch
install -m 755 consoletype $(ROOT)/sbin/consoletype
install -m 755 securetty $(ROOT)/sbin/securetty
+ install -m 755 sushell $(ROOT)/sbin/sushell
install -m 755 rename_device $(ROOT)/lib/udev/rename_device
install -m 755 console_init $(ROOT)/lib/udev/console_init
install -m 755 console_check $(ROOT)/lib/udev/console_check
@@ -44,6 +45,7 @@ install:
install -m 644 ifup.8 $(ROOT)$(mandir)/man8
install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8
install -m 644 securetty.8 $(ROOT)$(mandir)/man8
+ install -m 644 sushell.8 $(ROOT)$(mandir)/man8
ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8
# this daemon and initscript are useful for testing the up/down/status stuff