From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: IPCop Banish Addon for IPFire Date: Mon, 07 Jan 2019 13:13:01 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3261558827857368678==" List-Id: --===============3261558827857368678== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On 06.01.2019 19:12, Bob Brewer wrote: > Hi, >=20 > I have ported a version of the old IPCop addon 'Banish' to IPFire and use i= t=20 > to maintain my local blacklist. Banish was one of my favorite IPCop addons = > but it ceased to be maintained about 10 years ago and for later versions of= =20 > IPCop I installed a locally written text version of Banish to maintain the = > Blacklist. >=20 > This new IPFire version restores all the original GUI functionality and is = > currently running on an PC Engines =E2=80=90 apu2 with IPFire 2.21 (i586)= - Core=20 > Update 125. >=20 > If you would like to try this addon, I have uploaded it to=20 > https://github.com/Grantura/Banish-IPFire > grab the self installing file banish-ipfire.tar-1.0.1.gz > and extract it to /tmp. >=20 > The install also contains an uninstall script should you want to back out a= t=20 > any time. > ... Being curious - as always - I tried to install Banish on my testmachine. But the install script has a problem: ***SNIP*** [root(a)ipfiretest Banish-IPFire]# ./install_Banish.sh Starting Banish-IPFire 1.0.1 installation Checking if files extracted to /tmp....OK! Checking files.........................OK! ...OK! Backing up files.....................Done! Extracting files.....................Done! Installing system files..............Done! Appending to files...................Done! Starting Banish......................./install_Banish.sh: line 258: /etc/rc.d/init.d/banish: No such file or directory Done! Cleaning up..........................Done! ***SNAP*** It seems that line 170 uses the wrong destination: ... /bin/cp -p Banish/etc/rc.d/init.d/rc.banish /etc/rc.d/init.d/ ... This should have been '/etc/rc.d/init.d/banish'!? The symlinks in line 173-175 are therefore affected, too. Banish won't start. I corrected this manually, seems to work. Testing... Best, Matthias --===============3261558827857368678==--