[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] su: remove program (util-linux is now the best source for it
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] su: remove program (util-linux is now the best source for it) |
Date: |
Tue, 29 May 2012 19:37:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0 |
On 05/29/2012 05:16 PM, Jim Meyering wrote:
> Here's a patch to remove almost all su-related artifacts from coreutils.
I had a quick look on the results of
git ls-files | xargs grep -w su
This seems to be the only one missing:
diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg
index 3c1c63d..a5e4090 100755
--- a/scripts/git-hooks/commit-msg
+++ b/scripts/git-hooks/commit-msg
@@ -19,7 +19,7 @@ my @valid = qw(
mv nice nl nohup nproc od paste pathchk pinky pr printenv printf
ptx pwd readlink realpath rm rmdir runcon seq sha1sum sha224sum sha256sum
sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty
- su sum sync tac tail tee test timeout touch tr true truncate tsort
+ sum sync tac tail tee test timeout touch tr true truncate tsort
tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
copy gnulib tests maint doc build scripts
Have a nice day,
Berny