[groups.xml,mumudvb,monit] les entrees owner, group et perms n'ont pas leur place dans groups.xml
darcs-hash:20090414013209-ffbb2-7f5d435f9e48a91cdeb5359f4bd87b7f8c817076.gz
This commit is contained in:
parent
bbaab00c6b
commit
528a316969
3 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<Bundle name="monit">
|
<Bundle name="monit">
|
||||||
<ConfigFile name="/etc/default/monit"/>
|
<ConfigFile name="/etc/default/monit"/>
|
||||||
<ConfigFile name="/etc/monit/monitrc"/>
|
<ConfigFile name="/etc/monit/monitrc"/>
|
||||||
<ConfigFile name="/etc/monit/services" owner="root" group="adm" perms="644"/>
|
<ConfigFile name="/etc/monit/services"/>
|
||||||
<ConfigFile name="/etc/cron.d/monit"/>
|
<ConfigFile name="/etc/cron.d/monit"/>
|
||||||
<Package name="monit"/>
|
<Package name="monit"/>
|
||||||
<Service name="monit"/>
|
<Service name="monit"/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Bundle name="mumudvb">
|
<Bundle name="mumudvb">
|
||||||
<!-- <Package name="mumudvb"/> -->
|
<!-- <Package name="mumudvb"/> -->
|
||||||
<Service name="mumudvb"/>
|
<Service name="mumudvb"/>
|
||||||
<ConfigFile name="/etc/default/mumudvb" owner="root" group="adm" perms="644"/>
|
<ConfigFile name="/etc/default/mumudvb"/>
|
||||||
</Bundle>
|
</Bundle>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
|
|
||||||
|
info["owner"] = "root"
|
||||||
|
info["group"] = "adm"
|
||||||
|
info["perms"] = 0644
|
||||||
|
|
||||||
header('Fichier de configuration de mumudvb')
|
header('Fichier de configuration de mumudvb')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue