X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=coreutils-runuser.patch;h=033a0584f33b32aeb393f5a452c97e667a65c0f3;hb=883185514495b925bc76f6a9e096def4e72b28b5;hp=978bb079ddda0a4c1692b84b3f78fbb2f5f351ce;hpb=d2e32af9cdc46552739eeb23420793cd13511132;p=packages%2Fcoreutils.git diff --git a/coreutils-runuser.patch b/coreutils-runuser.patch index 978bb07..033a058 100644 --- a/coreutils-runuser.patch +++ b/coreutils-runuser.patch @@ -45,7 +45,7 @@ diff -urNp coreutils-8.7-orig/man/help2man coreutils-8.7/man/help2man @@ -109,9 +109,15 @@ #include "error.h" - /* The official name of this program (e.g., no `g' prefix). */ + /* The official name of this program (e.g., no 'g' prefix). */ +#ifndef RUNUSER #define PROGRAM_NAME "su" +#else