summaryrefslogtreecommitdiffstats
path: root/etc/rc.stop_packages
diff options
context:
space:
mode:
authorBill Marquette <bill.marquette@gmail.com>2011-05-31 13:32:25 -0700
committerBill Marquette <bill.marquette@gmail.com>2011-05-31 13:32:25 -0700
commit0ca52cfffdd7f043dbcca3159668992611504f86 (patch)
tree62f12227cf9eccd021667a46ac59c15ad8b3f40a /etc/rc.stop_packages
parentf9d7c5b3c44437b6f39fe757ede40decbfd395b9 (diff)
downloadpfsense-0ca52cfffdd7f043dbcca3159668992611504f86.zip
pfsense-0ca52cfffdd7f043dbcca3159668992611504f86.tar.gz
fix typoes
Diffstat (limited to 'etc/rc.stop_packages')
-rw-r--r--[-rwxr-xr-x]etc/rc.stop_packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.stop_packages b/etc/rc.stop_packages
index 95e77fd..f20fa04 100755..100644
--- a/etc/rc.stop_packages
+++ b/etc/rc.stop_packages
@@ -51,7 +51,7 @@ else {
if (is_array($config['installedpackages']['package'])) {
foreach($config['installedpackages']['package'] as $package) {
- echo " Stoping package {$package['name']}...";
+ echo " Stopping package {$package['name']}...";
stop_service($package['name']);
unset($rcfiles["{$rcfileprefix}{$package['name']}.sh"]);
echo "done.\n";
@@ -61,7 +61,7 @@ if (is_array($config['installedpackages']['package'])) {
$shell = @popen("/bin/sh", "w");
if ($shell) {
foreach ($rcfiles as $rcfile => $number) {
- echo " Stoping {$rcfile}...";
+ echo " Stopping {$rcfile}...";
fwrite($shell, "{$rcfile} stop >>/tmp/bootup_messages 2>&1");
echo "done.\n";
}
OpenPOWER on IntegriCloud