diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-07-09 12:33:13 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-07-09 12:33:13 +0000 |
commit | 6c8a73931e1deaf34648d384bf7aea4ec6222741 (patch) | |
tree | 2c283df7bd88dcedfaef468c088f92d7af710fad | |
parent | bc771948af79f2bb35d69f411416a49ba74fe458 (diff) | |
download | pfsense-6c8a73931e1deaf34648d384bf7aea4ec6222741.zip pfsense-6c8a73931e1deaf34648d384bf7aea4ec6222741.tar.gz |
Fix path to expireaccounts.
-rwxr-xr-x | etc/rc | 2 | ||||
-rwxr-xr-x | etc/rc.exipireaccounts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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/. diff --git a/etc/rc.exipireaccounts b/etc/rc.exipireaccounts index 7a37e91..c5f1961 100755 --- a/etc/rc.exipireaccounts +++ b/etc/rc.exipireaccounts @@ -59,6 +59,6 @@ if($removed > 0) write_config("Expired {$removed} user accounts"); - print_r($config); + //print_r($config); ?> |