diff options
Diffstat (limited to 'admin/Sources/Services/opengnsys.init')
-rwxr-xr-x | admin/Sources/Services/opengnsys.init | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/Sources/Services/opengnsys.init b/admin/Sources/Services/opengnsys.init index 2912811e..548843fa 100755 --- a/admin/Sources/Services/opengnsys.init +++ b/admin/Sources/Services/opengnsys.init @@ -6,8 +6,8 @@ # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 1 -# Short-Description: Servicios del sistema OpenGnSys -# Description: Servicios del sistema OpenGnSys +# Short-Description: Servicios del sistema OpenGnsys +# Description: Servicios del sistema OpenGnsys ### END INIT INFO # @@ -19,7 +19,7 @@ IMAGEDIR=$BASEDIR/images CLIENTLOGDIR=$BASEDIR/log/clients # -# Servidor de OpenGnSys +# Servidor de OpenGnsys # SERVERNAME=ogAdmServer SERVERDAEMON=$BASEDIR/sbin/$SERVERNAME @@ -126,7 +126,7 @@ config() { } arranca_demonios() { - # Comprobar que está instalado OpenGnSys. + # Comprobar que está instalado OpenGnsys. if [ ! -d $BASEDIR ]; then $ACTIONMSG "ERROR: No existe el directorio $BASEDIR" $FAILMSG |