diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-12 07:48:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-12 07:48:27 (EDT) |
commit | b0dbb41ccd98d3fc17807a2188bc6e18c65980b2 (patch) | |
tree | dcd3987ebc276400c24e5c3af32b50f963c9a1b9 | |
parent | 329f24f5cab1ba99a90d36511c793f7afaf128ea (diff) |
alternatives: Add patch
GNU Patch should be packaged soon.
-rw-r--r-- | alternatives | 1 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/alternatives b/alternatives index cb0dca0..2bc83f7 100644 --- a/alternatives +++ b/alternatives @@ -14,3 +14,4 @@ /usr/bin/clear clear 10 /usr/bin/reset reset 10 /usr/bin/mkpasswd mkpasswd 20 +/usr/bin/patch patch 10 @@ -2,6 +2,8 @@ busybox (1.21.1-12) trunk * /etc/init.d/ntpd: New service initialization script. * /etc/init.d/iptables: Remove (now provided by the iptables package). + * Manage the following utilities with update-alternatives: + - /usr/bin/patch -- "P. J. McDermott" <pj@pehjota.net> Tue, 23 Sep 2014 21:23:03 -0400 |