summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-09-07 20:12:29 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-09-07 20:12:29 +0000
commitc43bb9ad6ab48a9c3a130dab6a0392f330415bba (patch)
treef971febfb71d381d0ccefec776ed02cfe067c90c /etc/inc
parentcf960d124add2c43be8f27e09fe8da0f31a9ae53 (diff)
downloadpfsense-c43bb9ad6ab48a9c3a130dab6a0392f330415bba.zip
pfsense-c43bb9ad6ab48a9c3a130dab6a0392f330415bba.tar.gz
Correct mode setting to correct permissions in octal mode
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 3e8ed68..838b886 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -159,7 +159,7 @@ EOD;
if(!is_process_running("apinger")) {
if (is_dir("{$g['tmp_path']}"))
- chmod("{$g['tmp_path']}", 1777);
+ chmod("{$g['tmp_path']}", 01777);
if (is_dir("{$g['vardb_path']}/rrd"))
chgrp("{$g['vardb_path']}/rrd", "nobody");
/* start a new apinger process */
OpenPOWER on IntegriCloud