summaryrefslogtreecommitdiff
path: root/ddclient
diff options
context:
space:
mode:
Diffstat (limited to 'ddclient')
-rw-r--r--ddclient/.footprint3
-rw-r--r--ddclient/Pkgfile6
2 files changed, 4 insertions, 5 deletions
diff --git a/ddclient/.footprint b/ddclient/.footprint
index 2e6ededa2..0b9649dbd 100644
--- a/ddclient/.footprint
+++ b/ddclient/.footprint
@@ -1,9 +1,8 @@
drwxr-xr-x root/root etc/
+-rw------- root/root etc/ddclient.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/ddclient
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/etc/
--rw------- root/root usr/etc/ddclient.conf
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ddclient
drwxr-xr-x root/root var/
diff --git a/ddclient/Pkgfile b/ddclient/Pkgfile
index db99ee223..0e72db4cf 100644
--- a/ddclient/Pkgfile
+++ b/ddclient/Pkgfile
@@ -6,16 +6,16 @@
name=ddclient
version=3.7.3
-release=1
+release=2
source=(http://dl.sf.net/ddclient/ddclient-$version.tar.bz2 \
ddclient.rc)
build() {
cd ddclient-$version
- sed -i -e 's|/etc/ddclient/|/usr/etc/|' ddclient
+ sed -i -e 's|/etc/ddclient/|/etc/|' ddclient
install -d $PKG/var/cache/ddclient
install -D -m 0755 ddclient $PKG/usr/sbin/ddclient
install -D -m 0755 ../ddclient.rc $PKG/etc/rc.d/ddclient
- install -D -m 0600 sample-etc_ddclient.conf $PKG/usr/etc/ddclient.conf
+ install -D -m 0600 sample-etc_ddclient.conf $PKG/etc/ddclient.conf
}

Generated by cgit