diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-07 20:25:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-07 20:25:30 (GMT) |
commit | 08c59afcf72864465ea0c7c68627f1fe76b99a7e (patch) | |
tree | a40a463e3180e8b7f12354178302f8d9ebd82bfd /abs/core/system-templates | |
parent | 2b8abda1f2068a86eaf7ff7d7c06e7ff7fa8c169 (diff) | |
download | linhes_pkgbuild-08c59afcf72864465ea0c7c68627f1fe76b99a7e.zip linhes_pkgbuild-08c59afcf72864465ea0c7c68627f1fe76b99a7e.tar.gz linhes_pkgbuild-08c59afcf72864465ea0c7c68627f1fe76b99a7e.tar.bz2 |
system-templates: smb.conf.template: set guest account to mythtv
Diffstat (limited to 'abs/core/system-templates')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/system-templates/templates/samba/smb.conf.template | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 4492e51..b9f5e6d 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates -pkgver=2.0 -pkgrel=31 +pkgver=8.2 +pkgrel=1 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 590b01b..eea2616 100644 --- a/abs/core/system-templates/templates/samba/smb.conf.template +++ b/abs/core/system-templates/templates/samba/smb.conf.template @@ -37,7 +37,7 @@ # Uncomment this if you want a guest account, you must add this to /etc/passwd # otherwise the user "nobody" is used -; guest account = pcguest + guest account = mythtv # this tells Samba to use a separate log file for each machine # that connects |