diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 18:32:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 18:32:30 +0000 |
commit | 817e86bd69f1fbfc173862ef52fc52f9cfb86801 (patch) | |
tree | 1b05e208730130bcc229f6165b1161e8bc03301f /packages | |
parent | 91be58775b2ba8d0a600f948fa47fa0fd9e44b35 (diff) | |
download | pfsense-packages-817e86bd69f1fbfc173862ef52fc52f9cfb86801.tar.gz pfsense-packages-817e86bd69f1fbfc173862ef52fc52f9cfb86801.tar.bz2 pfsense-packages-817e86bd69f1fbfc173862ef52fc52f9cfb86801.zip |
freeradius->ifstated.sh
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ifstated.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ifstated.xml b/packages/ifstated.xml index 515ac91c..8d5cc18c 100644 --- a/packages/ifstated.xml +++ b/packages/ifstated.xml @@ -66,7 +66,7 @@ fwrite($fout, "# PACKAGE: IFStated\n"); fwrite($fout, "# EXECUTABLE: ifstated\n"); fclose($fout); - chmod("/usr/local/etc/rc.d/radiusd.sh", 0755); + chmod("/usr/local/etc/rc.d/ifstated.sh", 0755); </custom_php_install_command> <custom_add_php_command> conf_mount_rw(); |