Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97473 - siproxd: invalid pid file and registration file location and owner
Summary: siproxd: invalid pid file and registration file location and owner
Status: RESOLVED DUPLICATE of bug 97309
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 03:45 UTC by Norbert Marx
Modified: 2005-06-30 04:22 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 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 ***