]> git.stg.codes - stg.git/commitdiff
Fix group for file database
authorMaxim Mamontov <faust@gts.dp.ua>
Fri, 25 Feb 2011 14:48:25 +0000 (16:48 +0200)
committerMaxim Mamontov <faust@gts.dp.ua>
Fri, 25 Feb 2011 14:48:25 +0000 (16:48 +0200)
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_files.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf

index b69ad45e97af3edd49c0864b746fcb1c91c75689..d3a09cc582343886fc413cf9545010e94d30f7bf 100644 (file)
     # Parameter: required
     # Values: any, supported by OS
     ConfOwner = root
-    ConfGroup = stargazer
+    ConfGroup = root
     ConfMode = 600
 
     # Owner, group and permissions on user configuration files (conf)
     # Parameter: required
     # Values: any, supported by OS
     StatOwner = root
-    StatGroup = stargazer
+    StatGroup = root
     StatMode = 640
 
     # Owner, group and permissions for user log files (log)
     # Parameter: required
     # Values: any, supported by OS
     UserLogOwner = root
-    UserLogGroup = stargazer
+    UserLogGroup = root
     UserLogMode = 640
 
-</StoreModule>
\ No newline at end of file
+</StoreModule>
index b69ad45e97af3edd49c0864b746fcb1c91c75689..d3a09cc582343886fc413cf9545010e94d30f7bf 100644 (file)
     # Parameter: required
     # Values: any, supported by OS
     ConfOwner = root
-    ConfGroup = stargazer
+    ConfGroup = root
     ConfMode = 600
 
     # Owner, group and permissions on user configuration files (conf)
     # Parameter: required
     # Values: any, supported by OS
     StatOwner = root
-    StatGroup = stargazer
+    StatGroup = root
     StatMode = 640
 
     # Owner, group and permissions for user log files (log)
     # Parameter: required
     # Values: any, supported by OS
     UserLogOwner = root
-    UserLogGroup = stargazer
+    UserLogGroup = root
     UserLogMode = 640
 
-</StoreModule>
\ No newline at end of file
+</StoreModule>