summaryrefslogtreecommitdiff
path: root/denyhost
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-21 12:04:04 +0100
committerTim Biermann <tbier@posteo.de>2020-01-21 12:07:08 +0100
commitdd3a40b608d1b36ab285b4ffa8968fd0b94811f6 (patch)
treee70d6f9cc43b0e67d5a636a0d4986efda43d7986 /denyhost
parent6b8ad123034a1288c6bd92f64769b442ac725f75 (diff)
downloadcontrib-dd3a40b608d1b36ab285b4ffa8968fd0b94811f6.tar.gz
contrib-dd3a40b608d1b36ab285b4ffa8968fd0b94811f6.tar.xz
denyhost: corrected mandir
Diffstat (limited to 'denyhost')
-rw-r--r--denyhost/.footprint7
-rw-r--r--denyhost/.signature6
-rw-r--r--denyhost/Pkgfile11
3 files changed, 12 insertions, 12 deletions
diff --git a/denyhost/.footprint b/denyhost/.footprint
index 422af98c0..e49ef1535 100644
--- a/denyhost/.footprint
+++ b/denyhost/.footprint
@@ -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
diff --git a/denyhost/.signature b/denyhost/.signature
index 99806ddd5..157d145d0 100644
--- a/denyhost/.signature
+++ b/denyhost/.signature
@@ -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
diff --git a/denyhost/Pkgfile b/denyhost/Pkgfile
index a08cb7821..325fe380e 100644
--- a/denyhost/Pkgfile
+++ b/denyhost/Pkgfile
@@ -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
+ rmdir $PKG/usr/bin
sed -i \
-e 's|^DENYHOSTS_LOCK = .*|DENYHOSTS_LOCK = "/var/run/denyhosts.pid"|' \

Generated by cgit