yast2-project was updated with install and uninstall scripts.
This commit is contained in:
12
c_micasad/startup/installcasa
Executable file
12
c_micasad/startup/installcasa
Executable 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
|
||||
Reference in New Issue
Block a user