aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec1
-rw-r--r--src/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 7040614c..46a187f0 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -205,6 +205,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/genhostid
/sbin/getkey
/sbin/securetty
+/sbin/sushell
%attr(2755,root,root) /sbin/netreport
/lib/udev/rules.d/*
/lib/udev/rename_device
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