yast realted scripts were updated.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-05-04 21:49:17 +00:00
parent eae40f90a0
commit eaff53bce5
3 changed files with 9 additions and 24 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
# enable the service
insserv -d /etc/init.d/micasad
insserv -d /etc/init.d/micasad >/dev/null 2>&1
# install PAM modules
(/usr/sbin/casacfgpam)
RCODE=$?
@@ -8,5 +7,6 @@ if(test $RCODE != 0)
then
exit $RCODE
else
/etc/init.d/micasad restart >/dev/null 2>&1
exit 0
fi