[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

local initialization (/root/setup.sh, /bin/setup.sh)



In potato, /etc/init.d/rcS ends with the following lines:

if [ -x /sbin/setup.sh ]
then
  /sbin/setup.sh
fi

The same file on slink calls /root/setup.sh. It seems these scripts are reserved for particular configurations on each machine. But they don't seem to be a good solution for the local initialization problem. The FHS doesn't appear to have a proposal to address this problem. Would be ok for debian to run-parts a dir as /etc/rc.local from /etc/init.d/rcS?


Reply to: