Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ba8532064af005280b97618e498aabee20774e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ba8532064af005280b97618e498aabee20774e0)
  • Date: Thu, 25 Aug 2011 16:13:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/rsync/DETAILS | 1 +
ftp/rsync/HISTORY | 5 +++++
ftp/rsync/INSTALL | 6 ++++++
ftp/rsync/init.d/rsync | 10 ++++++++++
ftp/rsync/init.d/rsync.conf | 1 +
5 files changed, 23 insertions(+)

New commits:
commit 1ba8532064af005280b97618e498aabee20774e0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rsync: added init subsystem

diff --git a/ftp/rsync/DETAILS b/ftp/rsync/DETAILS
index b437326..9b9425f 100755
--- a/ftp/rsync/DETAILS
+++ b/ftp/rsync/DETAILS
@@ -23,6 +23,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_GPG=WayneDavison.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
fi
+ PATCHLEVEL=1
WEB_SITE=http://rsync.samba.org/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index c385c09..2a99ebb 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,8 @@
+2011-08-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: global PATCHLEVEL=1
+ * INSTALL: added, to install init script
+ * init.d/rsync{,.conf}: added init subsystem
+
2011-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.8; SECURITY_PATCH++ (CVE-2011-1097)

diff --git a/ftp/rsync/INSTALL b/ftp/rsync/INSTALL
new file mode 100755
index 0000000..926232b
--- /dev/null
+++ b/ftp/rsync/INSTALL
@@ -0,0 +1,6 @@
+default_install &&
+
+if [[ $INIT_INSTALLED ]]; then
+ install_config_file "$SPELL_DIRECTORY/init.d/rsync.conf" \
+ "$INSTALL_ROOT/etc/sysconfig/rsync"
+fi
diff --git a/ftp/rsync/init.d/rsync b/ftp/rsync/init.d/rsync
new file mode 100755
index 0000000..a00b018
--- /dev/null
+++ b/ftp/rsync/init.d/rsync
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+. /etc/sysconfig/rsync
+
+PROGRAM=/usr/bin/rsync
+ARGS="--daemon --config=/etc/sysconfig/rsync"
+RUNLEVEL=3
+NEEDS="+network"
+
+. /etc/init.d/smgl_init
diff --git a/ftp/rsync/init.d/rsync.conf b/ftp/rsync/init.d/rsync.conf
new file mode 100644
index 0000000..b587cee
--- /dev/null
+++ b/ftp/rsync/init.d/rsync.conf
@@ -0,0 +1 @@
+# See rsyncd.conf(5)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1ba8532064af005280b97618e498aabee20774e0), Vlad Glagolev, 08/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page