summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-27 21:40:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-27 21:40:48 (GMT)
commitf8de853dd6ca2b9f5bd5494e34973eab89e40fa5 (patch)
tree8aa1ce2d4651add1262fff2aee657e443013198a /abs/mv-core/MythVantage-config
parent9828f9a5ca4c0b65c7d7dd2d7de9ee909ecaa6dd (diff)
downloadlinhes_pkgbuild-f8de853dd6ca2b9f5bd5494e34973eab89e40fa5.zip
linhes_pkgbuild-f8de853dd6ca2b9f5bd5494e34973eab89e40fa5.tar.gz
linhes_pkgbuild-f8de853dd6ca2b9f5bd5494e34973eab89e40fa5.tar.bz2
create dir for func/certmaster logging.
Diffstat (limited to 'abs/mv-core/MythVantage-config')
-rwxr-xr-xabs/mv-core/MythVantage-config/PKGBUILD2
-rwxr-xr-xabs/mv-core/MythVantage-config/install_proxy.sh6
2 files changed, 6 insertions, 2 deletions
diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD
index 885e51d..d59299e 100755
--- a/abs/mv-core/MythVantage-config/PKGBUILD
+++ b/abs/mv-core/MythVantage-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=MythVantage-config
pkgver=3.2
-pkgrel=151
+pkgrel=152
pkgdesc="The Gui-installer"
depends=(bc mysql-python expect curl dnsutils sg3_utils parted)
arch=('i686')
diff --git a/abs/mv-core/MythVantage-config/install_proxy.sh b/abs/mv-core/MythVantage-config/install_proxy.sh
index d0be6c3..84b397e 100755
--- a/abs/mv-core/MythVantage-config/install_proxy.sh
+++ b/abs/mv-core/MythVantage-config/install_proxy.sh
@@ -106,7 +106,9 @@ full_install () {
cp -f $MV_ROOT/bin/*.sh "$mountpoint"$MV_ROOT/bin/
chmod -R 755 ${mountpoint}/root
cp /etc/mtab "$mountpoint"/etc/mtab
- apply_new_auth
+ apply_new_auth
+ mkdir -p $mountpoint/var/log/func
+ mkdir -p $mountpoint/var/log/certmaster
if [ $SystemType = "Master_backend" -o $SystemType = "Standalone" ]
then
@@ -222,6 +224,8 @@ function upgrade () {
chmod -R 755 ${mountpoint}/root
chown root:mythtv "$mountpoint"/etc/systemconfig
chmod 775 "$mountpoint"/etc/systemconfig
+ mkdir -p $mountpoint/var/log/func
+ mkdir -p $mountpoint/var/log/certmaster
#mount /proc and /dev
mount --bind /dev "$mountpoint/dev"
mount --bind /proc "$mountpoint/proc"