summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.defaults
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.defaults
parent263666bdf983ddf268c160c1441b2e32a12c6bc4 (diff)
downloadpfsense-bbc3533ff7215393cbe15ef7821abcfe0bee1b72.zip
pfsense-bbc3533ff7215393cbe15ef7821abcfe0bee1b72.tar.gz
Style clieanup.
Diffstat (limited to 'etc/rc.initial.defaults')
-rwxr-xr-xetc/rc.initial.defaults26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/rc.initial.defaults b/etc/rc.initial.defaults
index 8e33fd2..0667bfd 100755
--- a/etc/rc.initial.defaults
+++ b/etc/rc.initial.defaults
@@ -3,20 +3,20 @@
/*
rc.initial.defaults
part of m0n0wall (http://m0n0.ch/wall)
-
+
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-
+
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
-
+
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@@ -35,27 +35,27 @@
/* parse the configuration and include all functions used below */
require_once("config.inc");
require_once("functions.inc");
-
+
$fp = fopen('php://stdin', 'r');
-
+
echo <<<EOD
-
+
You are about to reset the firewall to factory defaults.
The firewall will reboot after resetting the configuration.
-Do you want to proceed? (y/n)
+Do you want to proceed [y|n]?
EOD;
if (strcasecmp(chop(fgets($fp)), "y") == 0) {
-
+
reset_factory_defaults();
-
+
echo <<<EOD
-The firewall is rebooting now.
+pfSense is rebooting now.
EOD;
-
+
system_reboot_sync();
}
?>
OpenPOWER on IntegriCloud