From 9bfd6e85da6c7093bda75ba4a7227300a74a495a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 29 Jun 2010 14:34:46 -0400 Subject: Add sushell, man page to manifests. --- initscripts.spec | 1 + src/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/initscripts.spec b/initscripts.spec index 6065084b..8b69c75f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -208,6 +208,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 -- cgit v1.2.1