aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1997-09-24 16:48:28 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1997-09-24 16:48:28 +0000
commit7b25baef44780e10c743b123811c828bbd7b980a (patch)
treebc780d0906a2006cb8d2f986cdf3ff8f33d7e61c /sysconfig
parenta1b4376e5bed8acb0b14e4c1b58db1b2d506947c (diff)
downloadinitscripts-7b25baef44780e10c743b123811c828bbd7b980a.tar
initscripts-7b25baef44780e10c743b123811c828bbd7b980a.tar.gz
initscripts-7b25baef44780e10c743b123811c828bbd7b980a.tar.bz2
initscripts-7b25baef44780e10c743b123811c828bbd7b980a.tar.xz
initscripts-7b25baef44780e10c743b123811c828bbd7b980a.zip
Fixed potential syntax error.
Diffstat (limited to 'sysconfig')
-rwxr-xr-xsysconfig/network-scripts/ifup-ppp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp
index ff36accf..ffea7336 100755
--- a/sysconfig/network-scripts/ifup-ppp
+++ b/sysconfig/network-scripts/ifup-ppp
@@ -24,7 +24,7 @@ if [ -z "$RETRYTIMEOUT" ]; then
RETRYTIMEOUT=30
fi
-if [ "$2" = "boot" -a ${ONBOOT} = "no" ]; then
+if [ "$2" = "boot" -a "${ONBOOT}" = "no" ]; then
exit
fi
span>/+1 | | | | | | | | | | the logic is that we only reread /etc/lilo.conf[1], so we need to write /etc/lilo.conf. but when installing grub, we really do not need to run lilo, we only have to write its config file. [1] because grub/menu.lst lacks some data and because we do neither want to parse both config files nor to resolve conflicts between configuration * let further consolidate make_label_lilo_compatible()Thierry Vignaud2003-05-191-2/+2 | * fix network::netconnect::save_conf() calleeThierry Vignaud2003-05-191-1/+1 | * updated Spanish translationsFabián Mandelbaum2003-05-191-221/+176 | * simplifyThierry Vignaud2003-05-191-5/+2 | * do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1 | | | | | | reuse capture buffers from previous one, which is really bad and trully buggy * move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6 | | | | drakx/drakxtools code * %langs: first column is supposed to be localized in englishThierry Vignaud2003-05-191-3/+3 | * last 9.1-38mdk bitsThierry Vignaud2003-05-191-1/+7 | * update perl-gtk0 users list (drakcronat being ported to gtk+2)Thierry Vignaud2003-05-191-1/+4 | * first bits of 9.1-38mdkThierry Vignaud2003-05-161-2/+5 | * updated pot filePablo Saratxaga2003-05-16