diff options
Diffstat (limited to 'testing/cluster-glue/cluster-glue.pre-install')
-rw-r--r-- | testing/cluster-glue/cluster-glue.pre-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/cluster-glue/cluster-glue.pre-install b/testing/cluster-glue/cluster-glue.pre-install deleted file mode 100644 index 4e7f2f5ba0..0000000000 --- a/testing/cluster-glue/cluster-glue.pre-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -addgroup haclient 2>/dev/null -adduser hacluster \ - -h /var/lib/heartbeat/cores/hacluster \ - -G haclient \ - -s /sbin/nologin \ - 2>/dev/null - -exit 0 - |