diff options
author | ramon <ramongomez@us.es> | 2012-03-20 10:00:58 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-03-20 10:00:58 +0000 |
commit | 55477d293862a9965f044b558d1224104dc2dd2b (patch) | |
tree | 52b590e2d75a1dccb2b14e03915db0b02d12fc68 /installer/opengnsys_uninstall.sh | |
parent | 643ca8ca716a9f5495b2a0d392d6ecfa063e4af0 (diff) |
VersiĆ³n 1.0.4, #414: Arrancar servicios en CentOS; mejoras en ficheros de cron.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2902 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_uninstall.sh')
-rwxr-xr-x | installer/opengnsys_uninstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index f9b5ce0e..3ba22c7f 100755 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -50,6 +50,7 @@ for dir in $OPENGNSYS/*; do fi done rm -f /etc/init.d/opengnsys /etc/default/opengnsys /var/log/opengnsys +rm -f /etc/cron.d/{opengnsys,torrentcreator,torrenttracker} # Comentar recursos de OpenGnSys en Samba. perl -pi -e "s/^ *include \= \/etc\/samba\/smb-og.conf/\; include \= \/etc\/samba\/smb-og.conf/" /etc/samba/smb.conf /etc/init.d/smbd restart |