Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164717 Details for
Bug 236857
net-misc/tor-0.2.0.30-r1 uses non-POSIX &> in initrd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for tor.initd-r4 to make it POSIX conformal
tor.initd-r4.patch (text/plain), 719 bytes, created by
Martin Väth
on 2008-09-06 12:51:04 UTC
(
hide
)
Description:
Patch for tor.initd-r4 to make it POSIX conformal
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2008-09-06 12:51:04 UTC
Size:
719 bytes
patch
obsolete
>--- tor.initd-r4 >+++ tor.initd-r4 >@@ -20,7 +20,7 @@ > fi > > # now verify whether the configuration is valid >- /usr/bin/tor --verify-config -f ${CONFFILE} &> /dev/null >+ /usr/bin/tor --verify-config -f ${CONFFILE} > /dev/null 2>&1 > if [ $? -eq 0 ] ; then > einfo "Tor configuration (${CONFFILE}) is valid." > return 0 >@@ -35,7 +35,7 @@ > checkconfig || return 1 > ebegin "Starting Tor" > HOME=/var/lib/tor >- start-stop-daemon --start --pidfile "${PIDFILE}" --quiet --exec /usr/bin/tor -- --runasdaemon 1 --PidFile "${PIDFILE}" &> /dev/null >+ start-stop-daemon --start --pidfile "${PIDFILE}" --quiet --exec /usr/bin/tor -- --runasdaemon 1 --PidFile "${PIDFILE}" > /dev/null 2>&1 > 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 236857
: 164717