diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-19 20:02:00 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-19 20:02:00 (EST) |
commit | 8bb6431fe1740f5f7fffaa8214a9b4e930754432 (patch) | |
tree | 7ea5f348907a8e748df6f72ac6270d9a741eaf87 /alternatives | |
parent | ceef092839b88b388a77190ba3bd0a331e5ff9e7 (diff) |
Unify alternatives lists into one file.
This file is used at build time and install/remove time.
Diffstat (limited to 'alternatives')
-rw-r--r-- | alternatives | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alternatives b/alternatives new file mode 100644 index 0000000..f5281e5 --- /dev/null +++ b/alternatives @@ -0,0 +1,6 @@ +/usr/bin/awk awk 10 +/usr/bin/ar ar 10 +/usr/bin/strings strings 10 +/usr/bin/clear clear 10 +/usr/bin/reset reset 10 +/usr/bin/mkpasswd mkpasswd 10 |