diff options
author | Wook Song <wook16.song@samsung.com> | 2019-07-10 13:29:06 +0900 |
---|---|---|
committer | Wook Song <wook16.song@samsung.com> | 2019-07-10 13:29:06 +0900 |
commit | 8420832d33d08ed5d4ecb244b48434ef31a83e5b (patch) | |
tree | fa66920f58e0f2bbd08eab6b4b8fd3a62856e492 | |
parent | 54c6fff4a7a35d0656d6b15a2fe8a80386d9a088 (diff) | |
download | toybox-8420832d33d08ed5d4ecb244b48434ef31a83e5b.tar.gz toybox-8420832d33d08ed5d4ecb244b48434ef31a83e5b.tar.bz2 toybox-8420832d33d08ed5d4ecb244b48434ef31a83e5b.zip |
packaging: symlinks-full: Rename su and passwd
This patch prepends 'toybox-' to names of symbolic links for su and
passwd in the toybox-symlinks-full package in order to avoid conflict
with those binaries provided by shadow-utils-* packages.
Change-Id: If8a6d46a293c73f99d7c39afe0b83d85ae3311c5
Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r-- | packaging/usrbin.links | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/usrbin.links b/packaging/usrbin.links index 3b3456c..c5b3761 100644 --- a/packaging/usrbin.links +++ b/packaging/usrbin.links @@ -121,7 +121,7 @@ nslookup od oneit partprobe -passwd +toybox-passwd paste patch pgrep @@ -160,7 +160,7 @@ sort split stat strings -su +toybox-su sulogin swapoff swapon |