Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475412 - net-firewall/shorewall* - Use /var/lock
Summary: net-firewall/shorewall* - Use /var/lock
Status: RESOLVED DUPLICATE of bug 459316
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: keepdir-var-run_lock
  Show dependency tree
 
Reported: 2013-07-01 13:21 UTC by Thomas Deutschmann (RETIRED)
Modified: 2013-07-01 15:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2013-07-01 13:21:13 UTC
# fgrep -r /var/lock shorewall*
shorewall/shorewall-4.5.15.ebuild:	dodir /var/lock/subsys
shorewall/ChangeLog:  Make sure that /var/lock/subsys exists, see Bug #375495
shorewall/shorewall-4.5.11.2.ebuild:	dodir /var/lock/subsys
shorewall/shorewall-4.4.23.2.ebuild:	dodir /var/lock/subsys
shorewall/shorewall-4.5.8.2-r1.ebuild:	dodir /var/lock/subsys
shorewall/files/shorewall.initd:	if [ ! -d /var/lock/subsys ] ; then
shorewall/files/shorewall.initd:		checkpath -d -m 755 /var/lock/subsys
shorewall/shorewall-4.5.8.2.ebuild:	dodir /var/lock/subsys
shorewall/shorewall-4.5.17.ebuild:	dodir /var/lock/subsys
shorewall6/shorewall6-4.5.17.ebuild:	dodir /var/lock/subsys
shorewall6/shorewall6-4.5.11.2.ebuild:	keepdir /var/lock/subsys
shorewall6/shorewall6-4.5.11.2-r1.ebuild:	dodir /var/lock/subsys
shorewall6/ChangeLog:  Make sure that /var/lock/subsys exists, see Bug #375495
shorewall6/shorewall6-4.5.15.ebuild:	dodir /var/lock/subsys
shorewall6/shorewall6-4.5.8.2.ebuild:	keepdir /var/lock/subsys
shorewall6/shorewall6-4.4.23.2.ebuild:	keepdir /var/lock/subsys
shorewall6/files/shorewall6.initd:	if [ ! -d /var/lock/subsys ] ; then
shorewall6/files/shorewall6.initd:		checkpath -d -m 755 /var/lock/subsys
shorewall6/shorewall6-4.5.8.2-r1.ebuild:	keepdir /var/lock/subsys

Reproducible: Always
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2013-07-01 13:22:31 UTC
arghs - should block 332633, not 474858
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-01 15:23:07 UTC
Bug #459316 did not fix the entire problem. Using keepdir /var/lock isn't the only problem, it is the package using /var/lock at build/run time in the first place.

*** This bug has been marked as a duplicate of bug 459316 ***