diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | initscripts.spec | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -31,7 +31,6 @@ install: install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin - install -m644 crypttab.5 $(ROOT)$(mandir)/man5 install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 mkdir -p -m 755 $(ROOT)/usr/lib/sysctl.d install -m644 sysctl.conf $(ROOT)/usr/lib/sysctl.d/00-system.conf diff --git a/initscripts.spec b/initscripts.spec index e5d34ba4..5224f770 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.38 +Version: 9.39 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -313,7 +313,7 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Fri Jun 29 2012 Bill Nottingham <notting@redhat.com> - 9.38-1 +* Fri Jun 29 2012 Bill Nottingham <notting@redhat.com> - 9.39-1 - assorted documentation cleanups - typo, spelling, licenese clean up (<ville.skytta@iki.fi>) - service: add support for legacy custom actions packaged in |