diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index de655f063..c21a5905f 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/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) diff --git a/package/base/sysvinit/sysvinit.conf b/package/base/sysvinit/sysvinit.conf index f22ec0446..5c74dc916 100644 --- a/package/base/sysvinit/sysvinit.conf +++ b/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" +