From 3a64ef7d3a2d0f7251c60ac922d101d02aaecf85 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Sat, 15 Nov 2014 14:40:23 +0200 Subject: [PATCH] Set SBINDIR to /usr/bin in shorewallrc.archlinux /usr/bin is the directory used for all binaries that were previously installed to /bin, /sbin or /usr/sbin. This unification occurred in Arch Linux in mid-2013, so might as well change it in Shorewall too. Signed-off-by: Evangelos Foutras Signed-off-by: Tom Eastep --- Shorewall-core/shorewallrc.archlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/shorewallrc.archlinux b/Shorewall-core/shorewallrc.archlinux index 947d3ef69..77f6066c8 100644 --- a/Shorewall-core/shorewallrc.archlinux +++ b/Shorewall-core/shorewallrc.archlinux @@ -8,7 +8,7 @@ SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. LIBEXECDIR=${PREFIX}/share #Directory for executable scripts. PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory CONFDIR=/etc #Directory where subsystem configurations are installed -SBINDIR=/usr/sbin #Directory where system administration programs are installed +SBINDIR=/usr/bin #Directory where system administration programs are installed MANDIR=${SHAREDIR}/man #Directory where manpages are installed. INITDIR= #Directory where SysV init scripts are installed. INITFILE= #Name of the product's installed SysV init script