summaryrefslogtreecommitdiffstats
path: root/abs/core/func
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-21 21:08:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-21 21:08:00 (GMT)
commit14166c817b594c43dddb0883e66f96cb32013643 (patch)
tree3b75d858a34a03fd912a4ba2212e3b49de8cb6fb /abs/core/func
parent9209409f73d55e26e2d325e076077bdd056f5d39 (diff)
downloadlinhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.zip
linhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.tar.gz
linhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.tar.bz2
func: run systemconfig.py func after install.
This is needed to setup the minion
Diffstat (limited to 'abs/core/func')
-rw-r--r--abs/core/func/PKGBUILD2
-rw-r--r--abs/core/func/func.install3
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/func/PKGBUILD b/abs/core/func/PKGBUILD
index 1110451..79bdf04 100644
--- a/abs/core/func/PKGBUILD
+++ b/abs/core/func/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=func
pkgver=0.25
-pkgrel=4
+pkgrel=5
pkgdesc="fedora unifed network controller"
url=""
license="gpl"
diff --git a/abs/core/func/func.install b/abs/core/func/func.install
index f204214..6604ecb 100644
--- a/abs/core/func/func.install
+++ b/abs/core/func/func.install
@@ -22,7 +22,8 @@ post_install() {
then
mkdir -p /var/log/func
fi
-
+ #setups up the minion name
+ systemconfig.py -m func
}