1
0
forked from ports/opt
This commit is contained in:
Juergen Daubert 2005-12-12 17:50:50 +00:00
parent 945114928c
commit 8c39d6e797
3 changed files with 6 additions and 6 deletions

View File

@ -9,9 +9,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dropbearkey
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/dbclient.1.gz
-rw-r--r-- root/root usr/man/man1/dbclient.1.gz
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/dropbear.8.gz
-rwxr-xr-x root/root usr/man/man8/dropbearkey.8.gz
-rw-r--r-- root/root usr/man/man8/dropbear.8.gz
-rw-r--r-- root/root usr/man/man8/dropbearkey.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/dropbear

View File

@ -1,2 +1,2 @@
e499ac93e2ce3c14c3806c4f74e74371 dropbear
f0e535a62b57e5bde9ecba4a11402178 dropbear-0.46.tar.bz2
cf634614d52278d44dfd9c224a438bf2 dropbear-0.47.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dropbear
version=0.46
version=0.47
release=1
source=(http://matt.ucc.asn.au/$name/$name-$version.tar.bz2 \
$name)
@ -17,5 +17,5 @@ build () {
install -d $PKG/{etc/{rc.d,dropbear},usr/man/man{1,8}}
install -m 644 dbclient.1 $PKG/usr/man/man1
install -m 644 dropbear{.8,key.8} $PKG/usr/man/man8
install -m 755 ../dropbear $PKG/etc/rc.d
install -m 755 $SRC/dropbear $PKG/etc/rc.d
}