diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-21 23:59:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-21 23:59:31 (GMT) |
commit | c9d85b81497f3036db26d3d481108072ba2ac560 (patch) | |
tree | 11fd73c4c6e54d35945424c765381ff1c00a56ec /abs/core-testing/LinHES-config/PKGBUILD | |
parent | 1baf8111524169f6d9349223e7764a43e2525a1a (diff) | |
download | linhes_pkgbuild-c9d85b81497f3036db26d3d481108072ba2ac560.zip linhes_pkgbuild-c9d85b81497f3036db26d3d481108072ba2ac560.tar.gz linhes_pkgbuild-c9d85b81497f3036db26d3d481108072ba2ac560.tar.bz2 |
LinHES-config: several minor fixes and finish some functions that slipped through the cracks.
introduce remove_file
fix slave and fe only
finish mysql_network_connection
finish mysql_network
fix ownership for .mythtv ir mv_ir
fix myth_ip to always report the ip even if dhcp is used
Diffstat (limited to 'abs/core-testing/LinHES-config/PKGBUILD')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 40413ed..277a351 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.0 -pkgrel=15 +pkgrel=17 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates rsync python-parted ddcxinfo) |