summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-09 12:33:13 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-09 12:33:13 +0000
commit6c8a73931e1deaf34648d384bf7aea4ec6222741 (patch)
tree2c283df7bd88dcedfaef468c088f92d7af710fad /etc/rc
parentbc771948af79f2bb35d69f411416a49ba74fe458 (diff)
downloadpfsense-6c8a73931e1deaf34648d384bf7aea4ec6222741.zip
pfsense-6c8a73931e1deaf34648d384bf7aea4ec6222741.tar.gz
Fix path to expireaccounts.
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 df7c738..5b13aa5 100755
--- a/etc/rc
+++ b/etc/rc
@@ -337,7 +337,7 @@ nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null &
minicron 240 /var/run/ping_hosts.pid /usr/local/bin/ping_hosts.sh
# Start account expire handler every hour
-minicron 3600 /var/run/expire_accounts.pid /etc/inc/rc.exipireaccounts
+minicron 3600 /var/run/expire_accounts.pid /etc/rc.exipireaccounts
/bin/chmod a+rw /tmp/.
OpenPOWER on IntegriCloud