The following changes were made:

* Configuration moved to new CONFIG directory to separate from usher
  * Made various improvements to most init scripts
  * Added dependency to perl for update-rc
This commit is contained in:
2018-07-28 14:30:08 -05:00
parent 7de71fa1cd
commit 843c8721f1
21 changed files with 644 additions and 310 deletions

View File

@@ -8,22 +8,6 @@ case $1 in
;;
postinst)
update-rc required
if [ ! -f /etc/fstab ]; then
cp /usr/share/initscripts/fstab /etc/fstab
fi
if [ ! -f /etc/modules.conf ]; then
cp /usr/share/initscripts/modules.conf /etc/modules.conf
fi
if [ ! -f /etc/default/halt ]; then
cp /usr/share/initscripts/halt.default /etc/default/halt
fi
if [ ! -f /etc/default/rcS ]; then
cp /usr/share/initscripts/rcS.default /etc/default/rcS
fi
;;
prerm)
exit 0