summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setports
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-12 02:59:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-12 02:59:15 +0000
commitbbc3533ff7215393cbe15ef7821abcfe0bee1b72 (patch)
tree6bf64e1f6ea502524c4b8a438b4e9511bf994126 /etc/rc.initial.setports
parent263666bdf983ddf268c160c1441b2e32a12c6bc4 (diff)
downloadpfsense-bbc3533ff7215393cbe15ef7821abcfe0bee1b72.zip
pfsense-bbc3533ff7215393cbe15ef7821abcfe0bee1b72.tar.gz
Style clieanup.
Diffstat (limited to 'etc/rc.initial.setports')
-rwxr-xr-xetc/rc.initial.setports6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.initial.setports b/etc/rc.initial.setports
index 205c5b0..4601631 100755
--- a/etc/rc.initial.setports
+++ b/etc/rc.initial.setports
@@ -55,7 +55,7 @@ Do you want to set up VLANs first?
If you're not going to use VLANs, or only for optional interfaces, you
should say no here and use the webGUI to configure VLANs later, if required.
-Do you want to set up VLANs now? (y/n)
+Do you want to set up VLANs now [y|n]?
EOD;
if (strcasecmp(chop(fgets($fp)), "y") == 0)
@@ -178,7 +178,7 @@ echo <<<EOD
pfSense will reboot after saving the changes.
-Do you want to proceed? (y/n)
+Do you want to proceed [y|n]?
EOD;
if (strcasecmp(chop(fgets($fp)), "y") == 0) {
@@ -264,7 +264,7 @@ EOD;
WARNING: all existing VLANs will be cleared if you proceed!
-Do you want to proceed? (y/n)
+Do you want to proceed [y|n]?
EOD;
if (strcasecmp(chop(fgets($fp)), "y") != 0)
OpenPOWER on IntegriCloud