denyhost: corrected mandir

This commit is contained in:
Tim Biermann 2020-01-21 12:04:04 +01:00
parent 6b8ad12303
commit dd3a40b608
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 deletions

View File

@ -51,8 +51,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/DenyHosts/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/DenyHosts/util.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/DenyHosts/version.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/DenyHosts/version.pyc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/denyhosts.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/denyhosts
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/denyhosts.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31IujrilmKArgJlLyZLwv0RnGoeJPFZfsoU3Nxy6Hww9QF6n+58Hctzd4t6IvIvtAIusIQMS/6b1/4IKH+lnjgg=
SHA256 (Pkgfile) = 64b995368517e40d887580a91edace4d99eae732e84f9c01c1ce80a4f6a39683
SHA256 (.footprint) = d7e3ad8470e9c0297bd7d562bf51cb78a15324d8c13b3c418f9e77c091ae0b14
RWSagIOpLGJF3ysRuA9ybjfxHnzEzstngRQFdr2WEtvpAbTyDVVZD8Er+Q4BEWla3duFnY3j7I2aya2s9IItcc0jTT9+wz67qAI=
SHA256 (Pkgfile) = 4e84f8238667e827e8ab5ddce7afa5d8515a9e4423652c934c09cf5d8f140d2f
SHA256 (.footprint) = 48ef6504c01463750eed603c63c5c8dd654bbf8dc8bd0cdb246e1c3a4511b691
SHA256 (denyhosts-2.9.tar.gz) = a1e6d14525e519ff92ea2f71bc7ae4586ee1dc76827b935e323a133fda73ed5b

View File

@ -13,19 +13,18 @@ build() {
cd DenyHosts-$version
/usr/bin/python setup.py install --root=$PKG
install -d $PKG/etc/{denyhosts,rc.d} $PKG/usr/sbin
mv $PKG/etc/denyhosts.conf \
$PKG/etc/denyhosts/denyhosts.conf
mv $PKG/usr/bin/daemon-control-dist \
$PKG/etc/rc.d/denyhosts
mv $PKG/usr/bin/denyhosts.py $PKG/usr/sbin/denyhosts
mv $PKG/usr/share/man $PKG/usr/man
rmdir $PKG/usr/share $PKG/usr/bin
mv $PKG/usr/bin/denyhosts.py $PKG/usr/sbin/denyhosts
rmdir $PKG/usr/bin
sed -i \
-e 's|^DENYHOSTS_LOCK = .*|DENYHOSTS_LOCK = "/var/run/denyhosts.pid"|' \