]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
- Corrected stupid bug with setting file permissions.
authormkochano <mkochano@pld-linux.org>
Fri, 5 May 2000 21:14:17 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calamaris-croniface -> 1.4
    calamaris.sysconfig -> 1.3

calamaris-croniface
calamaris.sysconfig

index fd8d8321a4a47a3746a112479c3c03b3648ea313..b365af744fc590e8eeb09a90fbd3c3f45dea487c 100644 (file)
@@ -17,7 +17,7 @@
 # Default configuration.
 SAVE_FORMAT="HTML"
 SAVE_OWNER="nobody.nobody"
-SAVE_PERM="rw-r--r--"
+SAVE_PERM="u=rw,g=r,o=r"
 SEND_FORMAT="plain"
 SEND_TO="root"
 DAILY_ACTION="send"
index 89b0a3e4ac6a1958d5b7de72d060fec4bb8f00e5..e441981c32a8062949e3ab6037f0187264630df6 100644 (file)
 
 # If reports are saved in http daemons directory, they should have correrct
 # permissions and owner, so the daemon can read them. By default user and
-# group are "nobody.nobody" and the permissions are "rw-r--r--".
+# group are "nobody.nobody" and the permissions are "u=rw,g=r,o=r". You can
+# use any syntax accepted by chown and chmod.
 #SAVE_OWNER="nobody.nobody"
-#SAVE_PERM="rw-r--r--"
+#SAVE_PERM="u=rw,g=r,o=r"
 
 # This piece of HTML code is inserted at top of reports generated in HTML
 # format. Default is shown below.
This page took 0.099701 seconds and 4 git commands to generate.