yast2-project was updated with install and uninstall scripts.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-04-23 01:11:20 +00:00
parent 0f30da948e
commit 79b44fa80c
29 changed files with 10092 additions and 419 deletions

12
c_micasad/startup/installcasa Executable file
View File

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