mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
macos: no more startupitems
if we're upgrading, a "cruft" startupitems script should just be nuked. FIXES 129601 Change-Id: Ic9295b19c893f154fd98a6ad1e5822c8b2ef44df Reviewed-on: http://gerrit.openafs.org/4387 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
53377153ec
commit
841c8022e3
@ -29,6 +29,7 @@ fi
|
||||
|
||||
if [ -f /Library/StartupItems/OpenAFS/OpenAFS ]; then
|
||||
/Library/StartupItems/OpenAFS/OpenAFS stop
|
||||
rm /Library/StartupItems/OpenAFS/OpenAFS
|
||||
else
|
||||
if [ -f /Library/LaunchDaemons/org.openafs.filesystems.afs.plist ]; then
|
||||
if ps ax | grep -v grep | grep $DAEMON > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user