diff options
author | ramon <ramongomez@us.es> | 2017-06-28 10:50:56 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-06-28 10:50:56 +0000 |
commit | d7fe54ab4126c55d5dbbc0faba23b519fbb9e928 (patch) | |
tree | 0ba201e2abb8b5ccd319732a7453154dab5bd33f /server/etc | |
parent | 5bfead0bfc154d954cf85ff9db6f5c41a18ef977 (diff) |
#730: SustituciĆ³n del nombre del proyecto en ficheros del servidor.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5390 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache-prev2.4.conf.tmpl | 2 | ||||
-rw-r--r-- | server/etc/smb-og.conf.tmpl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/server/etc/apache-prev2.4.conf.tmpl b/server/etc/apache-prev2.4.conf.tmpl index 170b1359..24f89677 100644 --- a/server/etc/apache-prev2.4.conf.tmpl +++ b/server/etc/apache-prev2.4.conf.tmpl @@ -1,4 +1,4 @@ -# OpenGnSys Web Console template configuration for Apache. +# OpenGnsys Web Console template configuration for Apache. Alias /opengnsys CONSOLEDIR diff --git a/server/etc/smb-og.conf.tmpl b/server/etc/smb-og.conf.tmpl index 3ce6baad..8975a478 100644 --- a/server/etc/smb-og.conf.tmpl +++ b/server/etc/smb-og.conf.tmpl @@ -1,12 +1,12 @@ [tftpboot] - comment = OpenGnSys init files + comment = OpenGnsys init files browseable = no writeable = no path = OPENGNSYSDIR/tftpboot guest ok = no [ogclient] - comment = OpenGnSys Client + comment = OpenGnsys Client browseable = no writeable = no locking = no @@ -14,14 +14,14 @@ guest ok = no [oglog] - comment = OpenGnSys Log + comment = OpenGnsys Log browseable = no writeable = yes path = OPENGNSYSDIR/log/clients guest ok = no [ogimages] - comment = OpenGnSys Repository + comment = OpenGnsys Repository browseable = no writeable = yes locking = no |