Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46348 - oftpd init script searches /usr/sbin/oftpd but its installed in /usr/bin/oftpd
Summary: oftpd init script searches /usr/sbin/oftpd but its installed in /usr/bin/oftpd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 04:51 UTC by Niels Burmeister
Modified: 2004-03-31 11:29 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 Niels Burmeister 2004-03-31 04:51:56 UTC
The init script of net-ftp/oftpd 0.3.7 uses:
start-stop-daemon --start --quiet --exec /usr/sbin/oftpd \
                -- ${FTPUSER} ${FTPROOT}
but correct is:
start-stop-daemon --start --quiet --exec /usr/bin/oftpd \
                -- ${FTPUSER} ${FTPROOT}

Reproducible: Always
Steps to Reproduce:
1. try to start oftpd by doing: /etc/init.d/oftpd start
2.
3.

Actual Results:  
oftpd doesn't start, but rather the init script complains about being unable to
find /usr/sbin/oftpd for obvious reasons

Expected Results:  
the deamon should have started correctly
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-31 11:29:03 UTC
looks like someone mucked up the ./configure line when they were marking it for their arch... It's fixed and rev-bumped...