diff options
author | lgcosta <lgcosta@pfsense.org> | 2011-03-06 16:03:04 -0300 |
---|---|---|
committer | lgcosta <lgcosta@pfsense.org> | 2011-03-06 16:05:02 -0300 |
commit | 87b4555ae7390921902e62653b93b556f9d67563 (patch) | |
tree | 615bd1456c58e5fefdfbd84fe5d21520eef50961 | |
parent | 35f7b6d69c273c7a0336dcabef32bce62dd79f74 (diff) | |
download | pfsense-packages-87b4555ae7390921902e62653b93b556f9d67563.tar.gz pfsense-packages-87b4555ae7390921902e62653b93b556f9d67563.tar.bz2 pfsense-packages-87b4555ae7390921902e62653b93b556f9d67563.zip |
fixed the chmod 077 to 0677
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index f716a144..e080206a 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -75,7 +75,7 @@ <configpath>installedpackages->package->bandwidthd</configpath> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>077</chmod> + <chmod>0677</chmod> <item>http://www.pfsense.com/packages/config/bandwidthd/bandwidthd.inc</item> </additional_files_needed> <fields> |