diff options
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(); |