diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-12 17:01:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-12 17:01:22 (GMT) |
commit | b93628bae449bd9c92aa465b9fb4e13405ae2c19 (patch) | |
tree | d2821d5b6c0aaa0fe0af2f311ac02bc216634007 /abs/core | |
parent | 7cb1f208092542b48a22398ef04b84ea02fd0ac0 (diff) | |
download | linhes_pkgbuild-b93628bae449bd9c92aa465b9fb4e13405ae2c19.zip linhes_pkgbuild-b93628bae449bd9c92aa465b9fb4e13405ae2c19.tar.gz linhes_pkgbuild-b93628bae449bd9c92aa465b9fb4e13405ae2c19.tar.bz2 |
system-templates: remove comment workgroup and server string
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/system-templates/templates/samba/smb.conf.template | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 0013ab4..2494b3e 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=2.0 -pkgrel=28 +pkgrel=29 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core/system-templates/templates/samba/smb.conf.template b/abs/core/system-templates/templates/samba/smb.conf.template index 773315a..590b01b 100644 --- a/abs/core/system-templates/templates/samba/smb.conf.template +++ b/abs/core/system-templates/templates/samba/smb.conf.template @@ -14,10 +14,8 @@ #======================= Global Settings ===================================== [global] -# workgroup = NT-Domain-Name or Workgroup-Name workgroup = home_lan -# server string is the equivalent of the NT Description field server string = LinHES # This option is important for security. It allows you to restrict |