summaryrefslogtreecommitdiff
path: root/dsh
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-08-17 21:20:45 +0200
committerThomas Penteker <tek@serverop.de>2008-08-17 21:20:45 +0200
commitfc894e5e4b8e02830d5715b19c1519d0b959ce34 (patch)
treea0d11e0f450c087b4f8fdd176120f1ffd89e62cd /dsh
parentf799c2ab5c936f3db91002f067bc2f41bff6a624 (diff)
downloadcontrib-fc894e5e4b8e02830d5715b19c1519d0b959ce34.tar.gz
contrib-fc894e5e4b8e02830d5715b19c1519d0b959ce34.tar.xz
dsh: remove dependency on netkit-rsh
Diffstat (limited to 'dsh')
-rw-r--r--dsh/.footprint2
-rw-r--r--dsh/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/dsh/.footprint b/dsh/.footprint
index 611f5bb36..8df97bbb7 100644
--- a/dsh/.footprint
+++ b/dsh/.footprint
@@ -7,8 +7,6 @@ lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machines.list
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dsh
-drwxr-xr-x root/root usr/etc/
--rw-r--r-- root/root usr/etc/dsh.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dsh.1.gz
diff --git a/dsh/Pkgfile b/dsh/Pkgfile
index 8e319bfb0..984ce1bf6 100644
--- a/dsh/Pkgfile
+++ b/dsh/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
-# Depends on: libdshconfig, netkit-rsh
+# Depends on: libdshconfig
name=dsh
version=0.25.9
@@ -22,9 +22,12 @@ build () {
rm -rf $PKG/usr/man/ja
+ sed -i -e 's|rsh|ssh|g' $name.conf
+
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/machines.list $PKG/etc/$name/group/all
+ rm -r $PKG/usr/etc
}

Generated by cgit