We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebcaa1 commit 23597fdCopy full SHA for 23597fd
3 files changed
Makefile
@@ -18,7 +18,7 @@ confdir := $(shell if [ -f "/etc/default/ipblock.conf" ]; then echo "/et
18
elif [ -f "/etc/sysconfig/ipblock.conf" ] || ! [ -d "/etc/default" ]; \
19
then echo "/etc/sysconfig"; \
20
else echo "/etc/default"; fi)
21
-INSTALL := install
+INSTALL := install -p
22
INSTALL_PROGRAM := $(INSTALL)
23
INSTALL_DATA := $(INSTALL) -m 644
24
ipblock
@@ -8,7 +8,7 @@
8
VERSION='$Id$'
9
10
# shellcheck disable=SC2034 # used by Makefile
11
-RELEASE='1.7.0'
+RELEASE='1.7.1'
12
13
SELF="$(basename "$0")"
14
ipblock.1
@@ -1,5 +1,5 @@
1
.\" -*- mode: troff; coding: utf-8 -*-
2
-.TH "ipblock" "8" "18-Jan-2023"
+.TH "ipblock" "8" "19-Jan-2023"
3
.SH
4
IPBLOCK
5
.LP
0 commit comments