move to root

This commit is contained in:
Mario Fetka
2012-01-14 09:49:13 +01:00
parent d884fb4a6d
commit 3d31a894be
482 changed files with 0 additions and 23459 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
rc-update del micasad
rc-update add micasad default
/usr/sbin/casacfgpam
if [ $? != 0 ]; then
exit $?
else
/etc/init.d/micasad restart
exit 0
fi