FreeBSD Bugzilla – Attachment 165508 Details for
Bug 206209
security/tinc: Add comments to the RC script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Add comments to the RC file
tinc.diff.txt (text/plain), 1.10 KB, created by
Boris Samorodov
on 2016-01-13 16:42:30 UTC
(
hide
)
Description:
Add comments to the RC file
Filename:
MIME Type:
Creator:
Boris Samorodov
Created:
2016-01-13 16:42:30 UTC
Size:
1.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 406050) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tinc > PORTVERSION= 1.0.26 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= http://www.tinc-vpn.org/packages/ > >Index: files/tincd.in >=================================================================== >--- files/tincd.in (revision 406050) >+++ files/tincd.in (working copy) >@@ -12,6 +12,13 @@ > # /etc/rc.conf.local > # /etc/rc.conf.d/tincd > # >+# tincd_enable (bool): Set to "NO" by default. >+# Set it to "YES" to enable tincd. >+# tincd_cfg (str): Set to "" by default. >+# Set it to NETNAMEs to use (ex.: "vpn1 vpn2"). >+# tincd_flags (str): Set to "" by default. >+# Set it to flags to use (ex.: "-d 1 --logfile"). >+# > # DO NOT CHANGE THESE DEFAULT VALUES HERE > > tincd_enable=${tincd_enable:-"NO"} >@@ -55,7 +62,6 @@ > echo "Stopping tincd" > $command -k > else >- echo "Stopping tincd for: " > for cfg in $tincd_cfg > do > echo "Stopping tincd for: ${cfg}"
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 206209
: 165508