diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-20 17:54:21 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-20 17:54:21 (GMT) |
commit | d93e749fad21876017b2d6def9766918f2317789 (patch) | |
tree | f7fd54b898dee74a725dccb8d855e7e481520573 /abs/core/LinHES-config | |
parent | 736c95bac183a05ddd845db10bacddb9d070db10 (diff) | |
download | linhes_pkgbuild-d93e749fad21876017b2d6def9766918f2317789.zip linhes_pkgbuild-d93e749fad21876017b2d6def9766918f2317789.tar.gz linhes_pkgbuild-d93e749fad21876017b2d6def9766918f2317789.tar.bz2 |
LinHES-config: mv_webuser.py: add newline for include
Diffstat (limited to 'abs/core/LinHES-config')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_webuser.py | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index d338608..62fb35d 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=8.4 -pkgrel=4 +pkgrel=5 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' @@ -170,7 +170,7 @@ md5sums=('17d9dd5a097fbbd4dae75dff8e2677ff' '824e49d9b01fed295c704ab68908b464' 'fe5e31b833cc6707209e9d656b6eb53c' '336f08aed2e3c0b9fd09563933d54735' - '087a0ef743bc8af915503f8773536ce4' + '68ca2af6fb9dba32ed668b9ae1564a01' '38665330aeb3a8bdf7be24857fe035bb' '80685e047993b00161be29e3580f3a40' 'b79fe6ef82b0b5e71d62806e773ed556' diff --git a/abs/core/LinHES-config/mv_webuser.py b/abs/core/LinHES-config/mv_webuser.py index e349e0b..3fdbc35 100755 --- a/abs/core/LinHES-config/mv_webuser.py +++ b/abs/core/LinHES-config/mv_webuser.py @@ -13,7 +13,8 @@ def setup_web_auth(UseMythWEB_auth): logging.info(" Enabling authorization for mythweb") try: fo = open(include_file, "w") - out_string='''include "/etc/lighttpd/auth-inc.conf"''' + out_string='''include "/etc/lighttpd/auth-inc.conf" +''' fo.write(out_string) fo.close() except: |