From e70925afeb481897afc0905bc447c1077fd5985b Mon Sep 17 00:00:00 2001 From: ramon Date: Thu, 13 Dec 2012 11:50:13 +0000 Subject: Versión 1.0.5, #565: Instalador activa servicio Rsync para imágenes diferenciales. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3465 a21b9725-9963-47de-94b9-378ad31fedc9 --- repoman/etc/rsyncd.conf | 14 -------------- repoman/etc/rsyncd.conf.tmpl | 14 ++++++++++++++ repoman/etc/rsyncd.secrets | 1 - repoman/etc/rsyncd.secrets.tmpl | 1 + 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 repoman/etc/rsyncd.conf create mode 100644 repoman/etc/rsyncd.conf.tmpl delete mode 100644 repoman/etc/rsyncd.secrets create mode 100644 repoman/etc/rsyncd.secrets.tmpl (limited to 'repoman/etc') diff --git a/repoman/etc/rsyncd.conf b/repoman/etc/rsyncd.conf deleted file mode 100644 index cc6f7c14..00000000 --- a/repoman/etc/rsyncd.conf +++ /dev/null @@ -1,14 +0,0 @@ -max connections = 2 -log file = /var/log/rsync.log -timeout = 300 - - [imagenes] - comment = Carpeta de imagenes - path = /opt/opengnsys/client/images - read only = no - list = yes - uid = root - gid = root - auth users = usuog - secrets file = /etc/rsyncd.secrets - diff --git a/repoman/etc/rsyncd.conf.tmpl b/repoman/etc/rsyncd.conf.tmpl new file mode 100644 index 00000000..2bb7b97a --- /dev/null +++ b/repoman/etc/rsyncd.conf.tmpl @@ -0,0 +1,14 @@ +max connections = 2 +log file = /var/log/rsync.log +timeout = 300 + + [imagenes] + comment = Carpeta de imagenes + path = /opt/opengnsys/client/images + read only = no + list = yes + uid = root + gid = root + auth users = CLIENTUSER + secrets file = /etc/rsyncd.secrets + diff --git a/repoman/etc/rsyncd.secrets b/repoman/etc/rsyncd.secrets deleted file mode 100644 index 3724a2f6..00000000 --- a/repoman/etc/rsyncd.secrets +++ /dev/null @@ -1 +0,0 @@ -usuog:passusuog diff --git a/repoman/etc/rsyncd.secrets.tmpl b/repoman/etc/rsyncd.secrets.tmpl new file mode 100644 index 00000000..92a79be6 --- /dev/null +++ b/repoman/etc/rsyncd.secrets.tmpl @@ -0,0 +1 @@ +CLIENTUSER:CLIENTPASSWORD -- cgit v1.2.3-18-g5258