]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-detect-init/run-tox.sh: FreeBSD: No init detect 8373/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 30 Mar 2016 11:09:16 +0000 (13:09 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 30 Mar 2016 15:15:09 +0000 (17:15 +0200)
 - Freebsd has /etc/rc.d with scripts to start daemons at boottime.
   Test for that are currently not integrated with Ceph tests

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/ceph-detect-init/run-tox.sh

index 133326404573b9ba3f2242ba2c33d5be1af73338..675b59345647d16a6a83ca5da3d48896af4dee80 100755 (executable)
 # GNU Library Public License for more details.
 #
 
+if [ x"`uname`"x = xFreeBSDx ]; then
+    echo FreeBSD init system has not been integrated.
+    exit 0
+fi
+
 # run from the ceph-detect-init directory or from its parent
 : ${CEPH_DETECT_INIT_VIRTUALENV:=ceph-detect-init-virtualenv}
 test -d ceph-detect-init && cd ceph-detect-init