Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342868 Details for
Bug 447240
net-misc/vde: bashisms in init.d script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
checkbashism doesn't complain about this file.
vde (text/plain), 731 bytes, created by
Nico Baggus
on 2013-03-21 23:03:36 UTC
(
hide
)
Description:
checkbashism doesn't complain about this file.
Filename:
MIME Type:
Creator:
Nico Baggus
Created:
2013-03-21 23:03:36 UTC
Size:
731 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/vde/files/vde.init,v 1.4 2010/01/12 12:58:36 dang Exp $ > >depend() { > after net.${VDE_TAP} >} > > >start() { > ebegin "Starting vde" > [ "${VDE_MODPROBE_TUN}" = "yes" ] && modprobe tun > start-stop-daemon --start --quiet \ > --exec /usr/bin/vde_switch -- ${VDE_OPTS} > eend $? "Failed to start vde" > chmod -R ${VDE_SOCK_CHMOD} /var/run/vde.ctl > chown -R ${VDE_SOCK_CHOWN} /var/run/vde.ctl >} > >stop() { > ebegin "Stopping vde" > start-stop-daemon --stop --quiet --exec /usr/bin/vde_switch > [ "${VDE_MODPROBE_TUN}" = "yes" ] && modprobe -r tun > eend $? "Failed to stop vde" >}
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 Raw
Actions:
View
Attachments on
bug 447240
: 342868