diff options
author | ramon <ramongomez@us.es> | 2016-09-23 11:49:08 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-09-23 11:49:08 +0000 |
commit | 3e7d77bcb994ac729b36133becfd0db9e54c49cd (patch) | |
tree | be83e559a332a4901deb0c7cb87f87e47648ffde | |
parent | 8fc7ce11e115961476d6113db3ba7fd46a70b46d (diff) |
#736: Revertir movimiento de fichero de revisiĆ³n r5011 y modificar instalador y actualizador para copiar el contenido del directorio {{{server/lib}}} al servidor.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5014 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 | ||||
-rwxr-xr-x | server/lib/security-config (renamed from server/bin/security-config) | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index bd3a568a..a9a33abb 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1213,6 +1213,7 @@ function copyServerFiles () local SOURCES=( server/tftpboot \ server/bin \ repoman/bin \ + server/lib \ admin/Sources/Services/ogAdmServerAux admin/Sources/Services/ogAdmRepoAux installer/opengnsys_uninstall.sh \ @@ -1221,6 +1222,7 @@ function copyServerFiles () local TARGETS=( tftpboot \ bin \ bin \ + lib \ sbin \ sbin \ lib \ diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 35af5e0e..71697be1 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -672,6 +672,7 @@ function updateServerFiles() # No copiar ficheros del antiguo cliente Initrd local SOURCES=( repoman/bin \ server/bin \ + server/lib \ admin/Sources/Services/ogAdmServerAux \ admin/Sources/Services/ogAdmRepoAux \ server/tftpboot \ @@ -679,6 +680,7 @@ function updateServerFiles() doc ) local TARGETS=( bin \ bin \ + lib \ sbin/ogAdmServerAux \ sbin/ogAdmRepoAux \ tftpboot \ diff --git a/server/bin/security-config b/server/lib/security-config index eb8bf5cf..eb8bf5cf 100755 --- a/server/bin/security-config +++ b/server/lib/security-config |