diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-07 20:16:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-07 20:16:52 (GMT) |
commit | bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f (patch) | |
tree | 9ad961719cda3b1033e67302df3f8e302f6912e0 /abs/core/LinHES-config/PKGBUILD | |
parent | 33671693297f177c4b30c30584ddb79359a3d0ed (diff) | |
download | linhes_pkgbuild-bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f.zip linhes_pkgbuild-bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f.tar.gz linhes_pkgbuild-bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f.tar.bz2 |
LinHES-system|config: add support for x11vnc
x11vnc support added to service menu. By default it will run on :2.
The startup script will reference /etc/x11vnc.cfg if a user wishes to override the default flags.
Ex:
x11_vnc_options=” -rfbport 6000” will result in a startup cmd of “x11vnc -rfbport 6000”
refs # 894
Diffstat (limited to 'abs/core/LinHES-config/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 7c64fe2..2ebafe8 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.3 -pkgrel=204 +pkgrel=205 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' @@ -166,7 +166,7 @@ md5sums=('26e20dba8d1bea96a07131ef945fd2f7' '087a0ef743bc8af915503f8773536ce4' '183a11aa06d60065106472ed9f72cc4a' 'b4900090d841d3e390cb840cf16afd85' - 'f2a19e3e864984ec95ac5ea090cbfa69' + '299c24c0820fc9c483c820db2595e3cb' 'cf51cb22e23218ae7e9b55cac1ba3a7f' 'e4b61402858058f7575b776d62d5ee89' 'c2ef0f1140bd3fbeb44294fdf5415a32' |