dsh: Fixed installed file /etc/dsh/machines.list

This commit is contained in:
James Mills 2006-11-20 02:26:50 +10:00
parent 6d6e9fef83
commit aa4ee2fabe
2 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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
}