summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-08 17:02:50 +0000
committerErmal <eri@pfsense.org>2010-09-08 17:02:50 +0000
commit41fb483ad8ebb9aa57a827d2c37d47ce096442f4 (patch)
tree4eb813ed4a38d511be03a50ba56a09c993bc1a7b /etc/rc
parente5953c6811f3fce1fa6b9a6b24451d9cb47cdf57 (diff)
downloadpfsense-41fb483ad8ebb9aa57a827d2c37d47ce096442f4.zip
pfsense-41fb483ad8ebb9aa57a827d2c37d47ce096442f4.tar.gz
Correct typo in file name. Also do not delete users just expire them.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 642cc18..aef09c9 100755
--- a/etc/rc
+++ b/etc/rc
@@ -364,7 +364,7 @@ echo "done."
/usr/local/bin/minicron 240 /var/run/ping_hosts.pid /usr/local/bin/ping_hosts.sh
# Start account expire handler every hour
-/usr/local/bin/minicron 3600 /var/run/expire_accounts.pid /etc/rc.exipireaccounts
+/usr/local/bin/minicron 3600 /var/run/expire_accounts.pid /etc/rc.expireaccounts
# Start alias url updater every 24 hours
/usr/local/bin/minicron 86400 /var/run/update_alias_url_data.pid /etc/rc.update_alias_url_data
OpenPOWER on IntegriCloud