FreeBSD Bugzilla – Attachment 241128 Details for
Bug 266866
net-p2p/amule: Executable segfaults after launch/Update rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated rc file for amuled
amuled (text/plain), 970 bytes, created by
echoxxzz
on 2023-03-26 17:26:19 UTC
(
hide
)
Description:
Updated rc file for amuled
Filename:
MIME Type:
Creator:
echoxxzz
Created:
2023-03-26 17:26:19 UTC
Size:
970 bytes
patch
obsolete
>#!/bin/sh > ># aMule RCng startup script ># Ogirinal work from Gabriele Cecchetti (amule.org forum) ># ># PROVIDE: amuled ># REQUIRE: NETWORKING SERVERS ># BEFORE: DAEMON ># KEYWORD: shutdown ># ># Add the following lines to /etc/rc.conf to enable amuled at startup ># amuled (bool): Set to "NO" by default. ># Set it to "YES" to enable amuled ># amuled_user (str): Set to user running amuled ># (default 'aMule') ># amuled_config (str): Set to home directory of user running amuled ># (default /home/${amuled_user}) > >. /etc/rc.subr > >name="amuled" >rcvar=amuled_enable > >load_rc_config $name > >: ${amuled_enable="NO"} >: ${amuled_user:="amule"} >: ${amuled_config:="/home/${amuled_user}/.aMule"} > >pidfile="${amuled_config}/amuled.pid" >procname="/usr/local/bin/amuled" >required_files="${amuled_config}/amule.conf" >command="/usr/sbin/daemon" >command_args="-f -p ${pidfile} ${procname} --config-dir=${amuled_config}" > >run_rc_command "$1"
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 266866
:
241119
| 241128