Closed Bug 931037 Opened 11 years ago Closed 11 years ago

remove_systemconfig_plist.sh script should match on all DS system

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86_64
Windows 7
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dividehex, Assigned: dividehex)

Details

Filing this bug as a reminder since I fixed the script on install.test.
All 3 DS servers now have the current remove_systemconfig_plist.sh script which properly removes the cached network configurations.


#!/bin/sh

echo "Deleting System Configuration network files"

rm -rf "/Volumes/${DS_LAST_RESTORED_VOLUME}/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist"
rm -rf "/Volumes/${DS_LAST_RESTORED_VOLUME}/Library/Preferences/SystemConfiguration/com.apple.network.identification.plist"
rm -rf "/Volumes/${DS_LAST_RESTORED_VOLUME}/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist"
rm -rf "/Volumes/${DS_LAST_RESTORED_VOLUME}/Library/Preferences/SystemConfiguration/preferences.plist"

exit 0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Summary: systemconfig_remove script should match on all DS system → remove_systemconfig_plist.sh script should match on all DS system
You need to log in before you can comment on or make changes to this bug.