File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def set_pref(pref_name, pref_value):
33
33
"""Sets a Sal preference.
34
34
35
35
The preference file on disk is located at
36
- /Library/Preferences/com.salopensource.sal.plist. This should
36
+ /Library/Preferences/com.github. salopensource.sal.plist. This should
37
37
normally be used only for 'bookkeeping' values; values that control
38
38
the behavior of munki may be overridden elsewhere (by MCX, for
39
39
example)"""
@@ -53,8 +53,8 @@ def pref(pref_name):
53
53
Since this uses CFPreferencesCopyAppValue, Preferences can be defined
54
54
several places. Precedence is:
55
55
- MCX
56
- - /var/root/Library/Preferences/com.salopensource.sal.plist
57
- - /Library/Preferences/com.salopensource.sal.plist
56
+ - /var/root/Library/Preferences/com.github. salopensource.sal.plist
57
+ - /Library/Preferences/com.github. salopensource.sal.plist
58
58
- default_prefs defined here.
59
59
"""
60
60
default_prefs = {
You can’t perform that action at this time.
0 commit comments