SVN: rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp

paszczus paszczus at pld-linux.org
Wed Mar 26 09:46:18 CET 2008


Author: paszczus
Date: Wed Mar 26 09:46:17 2008
New Revision: 9680

Modified:
   rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
Log:
- "sync" option must be used before "plugin" option
- changes made by seba (at) pro-ject.net (merged from cvs)


Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp	(original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp	Wed Mar 26 09:46:17 2008
@@ -163,6 +163,9 @@
 if is_yes "${MODEMCTL}"; then
 	opts="$opts modem"
 fi
+if is_yes "${SYNC}"; then
+	opts="$opts sync"
+fi
 if is_yes "${ESCAPECHARS}"; then
 	opts="$opts asyncmap FFFFFFFF"
 else


More information about the pld-cvs-commit mailing list