Upstart wird standart. hier werden die postinstall/postremove scripten nicht mehr benötigt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5580 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-04-22 16:27:15 +00:00
parent 83aa26a63a
commit 6d80c6485f
2 changed files with 0 additions and 43 deletions

View File

@ -1,35 +0,0 @@
cd /etc/init.d
for i in 0 1 2 3 4 5 6; do
cd rc$i.d
if [ ! -d upstart_disabled ]; then
mkdir upstart_disabled
fi
if [ -h S03sysklogd ]; then
mv S03sysklogd upstart_disabled/S03sysklogd
fi
if [ -h S04hotplug ]; then
mv S04hotplug upstart_disabled/S04hotplug
fi
if [ -h S05loadmodules ]; then
mv S05loadmodules upstart_disabled/S05loadmodules
fi
if [ -h S05udev ]; then
mv S05udev upstart_disabled/S05udev
fi
if [ -h S08wireless ]; then
mv S08wireless upstart_disabled/S08wireless
fi
if [ -h S09localnet ]; then
mv S09localnet upstart_disabled/S09localnet
fi
if [ -h S10dhcpclient ]; then
mv S10dhcpclient upstart_disabled/S10dhcpclient
fi
if [ -h S10networks ]; then
mv S10networks upstart_disabled/S10networks
fi
if [ -h S13ypclient ]; then
mv S13ypclient upstart_disabled/S13ypclient
fi
cd ..
done

View File

@ -1,8 +0,0 @@
cd /etc/init.d
for i in 0 1 2 3 4 5 6; do
cd rc$i.d
mv upstart_disabled/* .
rm -r upstart_disabled
cd ..
done