diff options
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/system-templates/templates/samba/smb.conf.template | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index eb37335..25d70c9 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=1.0 -pkgrel=38 +pkgrel=39 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core-testing/system-templates/templates/samba/smb.conf.template b/abs/core-testing/system-templates/templates/samba/smb.conf.template index da1e89e..478ea6b 100644 --- a/abs/core-testing/system-templates/templates/samba/smb.conf.template +++ b/abs/core-testing/system-templates/templates/samba/smb.conf.template @@ -18,7 +18,8 @@ ; hosts allow = 192.168.1. 192.168.2. 127. load printers = no - + printing = bsd + printcap name = /dev/null # you may wish to override the location of the printcap file ; printcap name = /etc/printcap |