summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.halt
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 14:53:49 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 14:53:49 -0500
commitbfaca65530f9ff9eb82279cc497ee2552f48161e (patch)
tree94e213e65074afab87de6ff68097625c2de1753f /etc/rc.initial.halt
parent0ebc8ca1f9a1b0725b89784d64fe5c34099f86b0 (diff)
downloadpfsense-bfaca65530f9ff9eb82279cc497ee2552f48161e.zip
pfsense-bfaca65530f9ff9eb82279cc497ee2552f48161e.tar.gz
Use $g['product_name'] instead of pfSense
Diffstat (limited to 'etc/rc.initial.halt')
-rwxr-xr-xetc/rc.initial.halt4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.halt b/etc/rc.initial.halt
index 1d1a784..82d615e 100755
--- a/etc/rc.initial.halt
+++ b/etc/rc.initial.halt
@@ -40,7 +40,7 @@
echo <<<EOD
-pfSense will shutdown and halt system. This may take one minute.
+{$g['product_name']} will shutdown and halt system. This may take one minute.
Do you want to proceed [y|n]?
EOD;
@@ -49,7 +49,7 @@ EOD;
echo <<<EOD
-pfSense will shutdown and halt system now.
+{$g['product_name']} will shutdown and halt system now.
EOD;
OpenPOWER on IntegriCloud