diff options
author | James Meyer <james.meyer@operamail.com> | 2010-02-04 00:26:26 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-02-04 00:26:26 (GMT) |
commit | 69dadf20e23136e1735b4be2f356aefc6d58ce0d (patch) | |
tree | 9fe84131d25bc984bdceed674295328a1c3379a6 /abs/core-testing | |
parent | 482f1bad38e26953978772c8c0fedd4b86966da2 (diff) | |
download | linhes_pkgbuild-69dadf20e23136e1735b4be2f356aefc6d58ce0d.zip linhes_pkgbuild-69dadf20e23136e1735b4be2f356aefc6d58ce0d.tar.gz linhes_pkgbuild-69dadf20e23136e1735b4be2f356aefc6d58ce0d.tar.bz2 |
system-templates: fix smb.conf to remove cups printing
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 |