diff options
author | Bill Nottingham <notting@redhat.com> | 2012-06-29 16:28:04 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-06-29 16:28:04 -0400 |
commit | e7369a6ad7353f47a7b317b7563b36362d575203 (patch) | |
tree | 69d7553adf7ba1c376713f76ee35dcbd6f75cfd0 | |
parent | b05eb21b52f3db78d31de05008c02592ccbaa41d (diff) | |
download | initscripts-e7369a6ad7353f47a7b317b7563b36362d575203.tar initscripts-e7369a6ad7353f47a7b317b7563b36362d575203.tar.gz initscripts-e7369a6ad7353f47a7b317b7563b36362d575203.tar.bz2 initscripts-e7369a6ad7353f47a7b317b7563b36362d575203.tar.xz initscripts-e7369a6ad7353f47a7b317b7563b36362d575203.zip |
9.39-1initscripts-9.39-1
-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 |