Skip to content

Commit 33dabd7

Browse files
committed
reorder suggested dirs
1 parent 5c8a9f4 commit 33dabd7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Standards/CCSMB-11.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Compliant software MUST search all directories (in the order listed). Compliant
6767
If this setting is not set, compliant software MAY search in the following directories in the order listed:
6868
1. `/Application Specifications`
6969
2. `/AppSpecs`
70-
3. `/Applications`
71-
4. `/etc/applications`
72-
5. `/etc/ccsmb/applications`
73-
6. `/usr/share/applications`
74-
7. `/usr/share/ccsmb/applications`
70+
3. `/etc/ccsmb/applications`
71+
4. `/usr/share/ccsmb/applications`
72+
5. `/Applications`
73+
6. `/etc/applications`
74+
7. `/usr/share/applications`
7575
8. `/Library/Application Specifications`
7676

7777
If none of the directories listed above exist, compliant software MAY create a directory of its choice, provided it sets this setting and `ccsmb_desktop.install_target` (defined below).
@@ -83,11 +83,11 @@ This setting MUST be a string containing a path to a directory. The directory MU
8383
If the setting is not specified, software management tooling MUST search for all of the following directories and place specifications into them if the first match exists:
8484
1. `/Application Specifications`
8585
2. `/AppSpecs`
86-
3. `/Applications`
87-
4. `/etc/applications`
88-
5. `/etc/ccsmb/applications`
89-
6. `/usr/share/applications`
90-
7. `/usr/share/ccsmb/applications`
86+
3. `/etc/ccsmb/applications`
87+
4. `/usr/share/ccsmb/applications`
88+
5. `/Applications`
89+
6. `/etc/applications`
90+
7. `/usr/share/applications`
9191
8. `/Library/Application Specifications`
9292

9393
Software management tooling MAY create a directory of its choosing from the above list if none exist. If software management tooling chooses to do this, the `ccsmb_desktop.install_target` and `ccsmb_desktop.search_targets` settings MUST be set by the tooling.

0 commit comments

Comments
 (0)