Projet

Général

Profil

bareos-cups.conf.patch

Benjamin Bohard, 20/12/2016 09:53

Télécharger (1,06 ko)

Voir les différences:

tmpl/bareos-cups.conf
2 2
  Options {
3 3
    aclsupport = no
4 4
    @/etc/bareos/include-options.conf
5
    regex = "(printers\.conf$)|(ppds\.dat$)|(ppd)"
5 6
  }
6
  File = %%container_path_fichier/etc/cups/printers.conf
7
  File = %%container_path_fichier/etc/cups/ppds.dat
8
  File = %%container_path_fichier/etc/cups/ppd
9
  File = %%container_path_fichier/var/lib/samba/ntdrivers.tdb
10
  File = %%container_path_fichier/var/lib/samba/ntforms.tdb
11
  File = %%container_path_fichier/var/lib/samba/ntprinters.tdb
12
  File = %%container_path_fichier/var/lib/samba/printers
7
  Options {
8
    exclude = yes
9
    regex = ".*"
10
  }
11
  File = %%container_path_fichier/etc/cups
12
}
13

  
14
Include {
15
  Options {
16
    aclsupport = no
17
    @/etc/bareos/include-options.conf
18
    regex = "(printers)|(ntdrivers\.tdb$)|(ntforms\.tdb$)|(ntprinters\.tdb$)"
19
  }
20
  Options {
21
    exclude = yes
22
    regex = ".*"
23
  }
24
  File = %%container_path_fichier/var/lib/samba
13 25
}