Browse Source

added a STONE module to change the default init runlevel

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1141 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5417dcf8e6
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -0
      package/base/sysvinit/sysvinit.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
- added pci.ids (#66) and keymaps to the 2nd_stage and general cleanups
- updated xscreensaver (#85)
- converted the default .init files to match the LSB runlevel definition
- added a STONE module to change the default init runlevel
*) 2003-08-19 (2.0.0-camp - 2.0.0-rc1)

+ 3
- 0
package/base/sysvinit/sysvinit.conf

@ -23,3 +23,6 @@
premake="cd src"
makeopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root all"
makeinstopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root install"
postmake="cp -vf $confdir/stone_mod_init.sh $root/etc/stone.d/mod_init.sh ; \
chmod +x $root/etc/stone.d/mod_init.sh"

Loading…
Cancel
Save