diff options
author | ramon <ramongomez@us.es> | 2012-01-16 18:50:05 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-01-16 18:50:05 +0000 |
commit | 0fe2488796ad2746d7b7acdccfdeaace2ff8733b (patch) | |
tree | b8d15f9e5ace1c036f60c0e26595358db6b37b5b /admin/Sources/Services/opengnsys.init | |
parent | 020a0160ad0270bb1af9b96bcfc9293b64d77f27 (diff) |
VersiĆ³n 1.0.3, #414: InstalaciĆ³n completa en Debian 6, independizando el directorio para TFTP.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2440 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Sources/Services/opengnsys.init')
-rwxr-xr-x | admin/Sources/Services/opengnsys.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/opengnsys.init b/admin/Sources/Services/opengnsys.init index cf580b89..aa82f783 100755 --- a/admin/Sources/Services/opengnsys.init +++ b/admin/Sources/Services/opengnsys.init @@ -76,7 +76,7 @@ fi config() { OSDISTRIB=$(lsb_release -is 2>/dev/null) case "$OSDISTRIB" in - Ubuntu) + Ubuntu|Debian|LinuxMint) INITFUNCTIONS=/lib/lsb/init-functions DAEMONSTART="start-stop-daemon --start --quiet --background --exec" EXTRAOPTS="--" |