diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-19 22:07:18 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-19 22:07:18 (EST) |
commit | 7fcc9993cec54d17b32fe99c3da8bce836fc24f5 (patch) | |
tree | ecb8d84f20aaf48156edcd4375b5cdcc0b791716 /alternatives | |
parent | 3e433824a5fd81e3a420a3bead0f26de312b48dc (diff) |
alternatives: Give mkpasswd a priority of 20.
Diffstat (limited to 'alternatives')
-rw-r--r-- | alternatives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alternatives b/alternatives index f5281e5..30d6fc4 100644 --- a/alternatives +++ b/alternatives @@ -3,4 +3,4 @@ /usr/bin/strings strings 10 /usr/bin/clear clear 10 /usr/bin/reset reset 10 -/usr/bin/mkpasswd mkpasswd 10 +/usr/bin/mkpasswd mkpasswd 20 |