summaryrefslogtreecommitdiffstats
path: root/testing/opennebula/opennebula.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-06-14 10:53:43 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2013-06-14 10:53:43 +0000
commit907e523201dc10c2a8cf25b3405185bb7a9e93d8 (patch)
tree94b52d6878b08917920ba3de3403c28cbd8afd66 /testing/opennebula/opennebula.pre-install
parent31a9c92f9374f56ef31d7875d47661f3ce502251 (diff)
downloadaports-907e523201dc10c2a8cf25b3405185bb7a9e93d8.tar.bz2
aports-907e523201dc10c2a8cf25b3405185bb7a9e93d8.tar.xz
testing/opennebula: multiple fixes
Diffstat (limited to 'testing/opennebula/opennebula.pre-install')
-rw-r--r--testing/opennebula/opennebula.pre-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/opennebula/opennebula.pre-install b/testing/opennebula/opennebula.pre-install
index cca1f1f33..e59e41442 100644
--- a/testing/opennebula/opennebula.pre-install
+++ b/testing/opennebula/opennebula.pre-install
@@ -4,4 +4,5 @@ addgroup -S oneadmin 2>/dev/null
adduser -S -D -s /bin/ash \
-H -h /var/lib/one -G oneadmin \
-g "OpenNebula user" oneadmin 2>/dev/null
+passwd -u oneadmin &>/dev/null
exit 0