From aa4ee2fabe27a5c6f1eb68885a856ae273c4deed Mon Sep 17 00:00:00 2001 From: James Mills Date: Mon, 20 Nov 2006 02:26:50 +1000 Subject: [PATCH] dsh: Fixed installed file /etc/dsh/machines.list --- dsh/.footprint | 2 +- dsh/Pkgfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dsh/.footprint b/dsh/.footprint index 60ce9a842..611f5bb36 100644 --- a/dsh/.footprint +++ b/dsh/.footprint @@ -2,7 +2,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/dsh/ -rw-r--r-- root/root etc/dsh/dsh.conf drwxr-xr-x root/root etc/dsh/group/ -lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machine.list +lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machines.list -rw-r--r-- root/root etc/dsh/machines.list drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ diff --git a/dsh/Pkgfile b/dsh/Pkgfile index e350db3cd..c36792ec8 100644 --- a/dsh/Pkgfile +++ b/dsh/Pkgfile @@ -1,4 +1,4 @@ -# $Id: Pkgfile 1332 2006-11-13 21:47:29Z prologic $ +# $Id$ # Description: Distributed Shell. # URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en # Packager: James Mills prologic at shortcircuit dot net dot au @@ -8,7 +8,7 @@ name=dsh version=0.25.7 -release=2 +release=3 source=(http://www.netfort.gr.jp/~dancer/software/downloads/$name-$version.tar.gz machines.list) @@ -27,7 +27,7 @@ build () { mkdir -p $PKG/etc/$name/group install -m644 $SRC/machines.list $PKG/etc/$name/ install -m644 $name.conf $PKG/etc/$name/ - ln -sf /etc/$name/machine.list $PKG/etc/$name/group/all + ln -sf /etc/$name/machines.list $PKG/etc/$name/group/all chown -R root:root $PKG }