From c0878c0b0e937a8beb9b1566b6c0e3070b302e67 Mon Sep 17 00:00:00 2001 From: Nick Steeves Date: Sun, 27 Aug 2006 09:19:45 +0000 Subject: [PATCH] rsnapshot: update to 1.2.9 --- rsnapshot/.footprint | 1 + rsnapshot/.md5sum | 2 +- rsnapshot/Pkgfile | 6 ++---- rsnapshot/README | 3 ++- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rsnapshot/.footprint b/rsnapshot/.footprint index 6afac509c..61eea8734 100644 --- a/rsnapshot/.footprint +++ b/rsnapshot/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rsnapshot +-rwxr-xr-x root/root usr/bin/rsnapshot-diff drwxr-xr-x root/root usr/etc/ -rw-r--r-- root/root usr/etc/rsnapshot.conf.default drwxr-xr-x root/root usr/man/ diff --git a/rsnapshot/.md5sum b/rsnapshot/.md5sum index cc80c6fa1..485e4ff86 100644 --- a/rsnapshot/.md5sum +++ b/rsnapshot/.md5sum @@ -1 +1 @@ -b126ae490889e5514f4a5d14a1128897 rsnapshot-1.2.1.tar.gz +68632bc6cdd9c149e0fdeb9e246622d3 rsnapshot-1.2.9.tar.gz diff --git a/rsnapshot/Pkgfile b/rsnapshot/Pkgfile index 64a385cfb..392610314 100644 --- a/rsnapshot/Pkgfile +++ b/rsnapshot/Pkgfile @@ -5,16 +5,14 @@ # Depends on: perl name=rsnapshot -version=1.2.1 +version=1.2.9 release=1 source=(http://www.rsnapshot.org/downloads/rsnapshot-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-debug + --disable-debug make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/locale - rm -rf $PKG/usr/share/doc } diff --git a/rsnapshot/README b/rsnapshot/README index 33838aa84..43dd76139 100644 --- a/rsnapshot/README +++ b/rsnapshot/README @@ -3,4 +3,5 @@ POST-INSTALL Copy /usr/etc/rsnapshot.conf.default to /usr/etc/rsnapshot.conf, and configure. -There is a HOWTO at: http://www.rsnapshot.org/howto \ No newline at end of file +For help with configuration, please see the HOWTO at: +http://www.rsnapshot.org/howto