Hi Tom, In the install.sh for shorewall-4.5.12 shorewall-lite-4.5.12 shorewall6-4.5.12 and shorewall6-lite-4.5.12 under the SYSTEMD installation routine unless I correct the /sbin to ^/sbin as shown below the installed service files have the ExecStart and ExecStop result in /usr/usr/sbin/shorewall when SBINDIR = /usr/sbin ${SBINDIR} != /sbin ] && eval sed -i \''s\|^/sbin/\|${SBINDIR}/\|\'' ${DESTDIR}${SYSTEMD}/$PRODUCT.service Could you check if that is the case or something weird is happening on my build system Thanks Togan ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012
On 1/20/13 12:05 PM, "Togan Muftuoglu" <toganm@users.sourceforge.net> wrote:> >Hi Tom, > >In the install.sh for shorewall-4.5.12 shorewall-lite-4.5.12 >shorewall6-4.5.12 and shorewall6-lite-4.5.12 under the SYSTEMD >installation routine unless I correct the /sbin to ^/sbin as shown below >the installed service files have the ExecStart and ExecStop result in >/usr/usr/sbin/shorewall when SBINDIR = /usr/sbin > >${SBINDIR} != /sbin ] && eval sed -i \''s\|^/sbin/\|${SBINDIR}/\|\'' >${DESTDIR}${SYSTEMD}/$PRODUCT.service > > >Could you check if that is the case or something weird is happening on >my build system > >ThanksHi Togan, Did this problem also occur with 4.5.11? Because the code you mention is identical in that release. -Tom You do not need a parachute to skydive. You only need a parachute to skydive twice. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012
On 01/20/2013 10:02 PM, Tom Eastep wrote:> On 1/20/13 12:05 PM, "Togan Muftuoglu" <toganm@users.sourceforge.net> > wrote: >> >> In the install.sh for shorewall-4.5.12 shorewall-lite-4.5.12 >> shorewall6-4.5.12 and shorewall6-lite-4.5.12 under the SYSTEMD >> installation routine unless I correct the /sbin to ^/sbin as shown below >> the installed service files have the ExecStart and ExecStop result in >> /usr/usr/sbin/shorewall when SBINDIR = /usr/sbin >> >> ${SBINDIR} != /sbin ] && eval sed -i \''s\|^/sbin/\|${SBINDIR}/\|\'' >> ${DESTDIR}${SYSTEMD}/$PRODUCT.service >> >> >> Could you check if that is the case or something weird is happening on >> my build system >> >> Thanks > > Hi Togan, > > Did this problem also occur with 4.5.11? Because the code you mention is > identical in that release.Yes it did Togan ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012
On 1/20/13 1:12 PM, "Togan Muftuoglu" <toganm@users.sourceforge.net> wrote:>On 01/20/2013 10:02 PM, Tom Eastep wrote: >> On 1/20/13 12:05 PM, "Togan Muftuoglu" <toganm@users.sourceforge.net> >> wrote: >>> >>> In the install.sh for shorewall-4.5.12 shorewall-lite-4.5.12 >>> shorewall6-4.5.12 and shorewall6-lite-4.5.12 under the SYSTEMD >>> installation routine unless I correct the /sbin to ^/sbin as shown >>>below >>> the installed service files have the ExecStart and ExecStop result in >>> /usr/usr/sbin/shorewall when SBINDIR = /usr/sbin >>> >>> ${SBINDIR} != /sbin ] && eval sed -i \''s\|^/sbin/\|${SBINDIR}/\|\'' >>> ${DESTDIR}${SYSTEMD}/$PRODUCT.service >>> >>> >>> Could you check if that is the case or something weird is happening on >>> my build system >>> >>> Thanks >> >> Hi Togan, >> >> Did this problem also occur with 4.5.11? Because the code you mention is >> identical in that release. > >Yes it didOkay -- Yes; it does look like a bug. -Tom You do not need a parachute to skydive. You only need a parachute to skydive twice. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012
On 1/20/13 2:49 PM, "Tom Eastep" <teastep@shorewall.net> wrote:>Okay -- Yes; it does look like a bug.But I think that the correct change is to change the .service files: Patch attached. -Tom You do not need a parachute to skydive. You only need a parachute to skydive twice. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012