Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 97473

Summary: siproxd: invalid pid file and registration file location and owner
Product: Gentoo Linux Reporter: Norbert Marx <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Norbert Marx 2005-06-30 03:45:33 UTC
net-misc/siproxd/siproxd-0.5.11.ebuild

- /etc/init.d/siproxd use /var/run/siproxd.pid 
Please change is to /var/run/siproxd/siproxd.pid and add to the ebuild (postinstall section):
 mkdir /var/run/siproxd 
 chown nobody /var/run/siproxd

- directory /var/lib/siproxd for the registration file does not exist. add to the ebuild (postinstall section):
 mkdir /var/lib/siproxd
 chown nobody /var/lib/siproxd
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-30 04:22:30 UTC

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