git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1141 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -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)
@ -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"