diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-20 10:34:37 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-20 10:34:37 -0300 |
commit | cb7d18d561622f6071efec92a4c5d8f0fde2fcdc (patch) | |
tree | 6d9dfcc38e78315ef16be4a060718ffe174fc7bf /etc/rc.kill_states | |
parent | 5436d37a265f584ce2543ce566b4e694a97bff73 (diff) | |
download | pfsense-cb7d18d561622f6071efec92a4c5d8f0fde2fcdc.zip pfsense-cb7d18d561622f6071efec92a4c5d8f0fde2fcdc.tar.gz |
Replace php calls to php-cgi, binary is not being renamed anymore
Diffstat (limited to 'etc/rc.kill_states')
-rwxr-xr-x | etc/rc.kill_states | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.kill_states b/etc/rc.kill_states index ca70729..715c860 100755 --- a/etc/rc.kill_states +++ b/etc/rc.kill_states @@ -1,4 +1,4 @@ -#!/usr/local/bin/php -f +#!/usr/local/bin/php-cgi -f <?php /* rc.kill_states |