Package: tinc
Version: 1.0.3-4
Severity: minor

etc/init.d/tinc has the following piece of code:

| find_nets () {
|   if [ ! -f $NETSFILE ] ; then
|     echo "Please create $NETSFILE."
|     exit 0
|   fi
|   NETS="`egrep '^[ ]*[a-zA-Z0-9_]+[ ]*$' $NETSFILE`"
| }


Please also allow the - sign in networks names.

|   NETS="`egrep '^[ ]*[a-zA-Z0-9_-]+[ ]*$' $NETSFILE`"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to