Skip to content

Commit 3d131e9

Browse files
Merge pull request #48 from jamescapen/master
Updated plist path in comments
2 parents b5c6f54 + 6b2ff92 commit 3d131e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

payload/usr/local/sal/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def set_pref(pref_name, pref_value):
3333
"""Sets a Sal preference.
3434
3535
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
3737
normally be used only for 'bookkeeping' values; values that control
3838
the behavior of munki may be overridden elsewhere (by MCX, for
3939
example)"""
@@ -53,8 +53,8 @@ def pref(pref_name):
5353
Since this uses CFPreferencesCopyAppValue, Preferences can be defined
5454
several places. Precedence is:
5555
- 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
5858
- default_prefs defined here.
5959
"""
6060
default_prefs = {

0 commit comments

Comments
 (0)