|
@@ -5,7 +5,7 @@
|
|
|
Summary: The inittab file and the /etc/rc.d scripts.
|
|
|
Summary(ja): inittab と /etc/rc.d 以下の起動スクリプト一式
|
|
|
Name: initscripts
|
|
|
-Version: 8.90.3
|
|
|
+Version: 8.90.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: System Environment/Base
|
|
@@ -373,7 +373,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
/lib/udev/console_init
|
|
|
/lib/udev/console_check
|
|
|
|
|
|
-%config(noreplace) /etc/event.d/*
|
|
|
+%dir /etc/init
|
|
|
+%config(noreplace) /etc/init/*
|
|
|
|
|
|
%dir /etc/rc.d
|
|
|
%dir /etc/rc.d/rc[0-9].d
|
|
@@ -425,6 +426,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.90.4-1
|
|
|
+- add /etc/init for upstart configs
|
|
|
+- remove old/legacy /etc/event.d
|
|
|
+
|
|
|
* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.90.3-1
|
|
|
- fix rc to show plymouth on shutdown/reboot
|
|
|
|