major source structure and module name changes

This commit is contained in:
soochoi
2006-06-07 16:34:19 +00:00
parent 5c75241b4b
commit 1fa6f07e83
651 changed files with 0 additions and 0 deletions

12
micasad/startup/installcasa Executable file
View File

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