]> arthur.barton.de Git - servertools.macosx.git/commitdiff
Log a note when unloading already configured launch daemon config master
authorAlexander Barton <alex@barton.de>
Fri, 11 Jun 2010 09:15:47 +0000 (11:15 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 11 Jun 2010 09:15:47 +0000 (11:15 +0200)
install.sh

index 32210a15ba585eba1dd473bcb7015455e917e18d..7db9804aecf0dee7d6e29a592c77d269fa6617e3 100755 (executable)
@@ -27,6 +27,7 @@ install_odbackup() {
         odbackup/odbackup $PREFIX/sbin || abort "install odbackup"
        launchctl list de.maccc.odbackup >/dev/null 2>&1
        if [ $? -eq 0 ]; then
+               msg "Unloading existing launch daemon configuration ..."
                launchctl unload -w \
                        /Library/LaunchDaemons/de.maccc.odbackup.plist \
                        || abort "unloading de.maccc.odbackup.plist"