summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-07-11 20:13:40 +0200
committerWarren Baker <warren@decoy.co.za>2012-07-11 20:13:40 +0200
commit16187ecf306a242ae345f39414cf405141aae706 (patch)
tree843d69b462f36df87fdade3b81d3dd2206c651ef /etc
parentd54195175a1987f3c0827af7a3f4e85fd746be93 (diff)
downloadpfsense-16187ecf306a242ae345f39414cf405141aae706.zip
pfsense-16187ecf306a242ae345f39414cf405141aae706.tar.gz
Correctly handle getopt so notifications are sent
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.notify_message2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.notify_message b/etc/rc.notify_message
index 887b4c6..b2b5f04 100755
--- a/etc/rc.notify_message
+++ b/etc/rc.notify_message
@@ -32,7 +32,7 @@ require("config.inc");
require("functions.inc");
require("notices.inc");
-$arguments = getopt("e:g:m:");
+$arguments = getopt("egm:");
$send_email = false;
$send_growl = false;
OpenPOWER on IntegriCloud