Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10731 Details for
Bug 19415
Extending oftpd init script configuration options.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff for my changed oftpd init script
oftpd.rc6.diff (text/plain), 548 bytes, created by
James Michael Fultz
on 2003-04-16 07:38:35 UTC
(
hide
)
Description:
diff for my changed oftpd init script
Filename:
MIME Type:
Creator:
James Michael Fultz
Created:
2003-04-16 07:38:35 UTC
Size:
548 bytes
patch
obsolete
>--- oftpd.rc6.orig 2003-04-16 07:13:49.000000000 -0400 >+++ oftpd.rc6 2003-04-16 07:15:35.000000000 -0400 >@@ -16,9 +16,14 @@ > > start() { > checkconfig || return 1 >+ local params="" >+ [ -n "$PORT" ] && params="$params -p $PORT" >+ [ -n "$IFACE" ] && params="$params -i $IFACE" >+ [ -n "$MAXCLIENTS" ] && params="$params -m $MAXCLIENTS" >+ [ -n "$APPEND" ] && params="$params $APPEND" > ebegin "Starting oftpd" > start-stop-daemon --start --quiet --exec /usr/sbin/oftpd \ >- -- ${FTPUSER} ${FTPROOT} >+ -- ${params} ${FTPUSER} ${FTPROOT} > eend $? > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19415
:
10731
|
10732
|
10797
|
10798