Viele kleine Änderungen an Samba und Tripwire

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@497 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-04-12 21:01:15 +00:00
parent e5a45b462f
commit 71dfc4b7a2
13 changed files with 453 additions and 1340 deletions

View File

@@ -23,7 +23,7 @@ case "${2}" in
if [ "${METHOD}" != "PPPOE_PLUGIN" ]; then
PPPCOMMAND="/usr/sbin/pppd pty"
PPPOECOMMAND="/usr/sbin/pppoe -p /var/run/pppoe.pid -I ${1} -T 80 -U -m 1412"
PPPOECOMMAND="/usr/sbin/pppoe -p /var/run/pppoe.pid -I ${1} -T 80 -U -m ${${MTU}-80}"
if [ -n ${SERVICENAME} ]; then
PPPOECOMMAND+=" -S ${SERVICENAME}"
fi

View File

@@ -37,7 +37,7 @@ case "$1" in
restart)
$0 stop
sleep 1
sleep 3
$0 start
;;