summaryrefslogtreecommitdiffstats
path: root/abs/core/func/func.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-12-22 01:57:32 (GMT)
committerCecil <knoppmyth@gmail.com>2011-12-22 01:57:32 (GMT)
commit7c37daf6c751f73b0785bc6b851c7cc662f65447 (patch)
treec46d56f3c3c283dc3de31577befbea1ec9ed1bcf /abs/core/func/func.install
parent69701681f4cd221164da333d0ef0f1baf99bbf52 (diff)
parent02750b0fe64c4da69ff0dfc16178f1a79cec0b18 (diff)
downloadlinhes_pkgbuild-7c37daf6c751f73b0785bc6b851c7cc662f65447.zip
linhes_pkgbuild-7c37daf6c751f73b0785bc6b851c7cc662f65447.tar.gz
linhes_pkgbuild-7c37daf6c751f73b0785bc6b851c7cc662f65447.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/func/func.install')
-rw-r--r--abs/core/func/func.install3
1 files changed, 2 insertions, 1 deletions
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
}