Page MenuHomeFreeBSD

D38716.diff
No OneTemporary

D38716.diff

diff --git a/bin/pkill/pkill.c b/bin/pkill/pkill.c
--- a/bin/pkill/pkill.c
+++ b/bin/pkill/pkill.c
@@ -148,7 +148,8 @@
setlocale(LC_ALL, "");
- if (strcmp(getprogname(), "pgrep") == 0) {
+ if (strcmp(getprogname(), "pgrep") == 0 ||
+ strcmp(getprogname(), "/rescue/pgrep") == 0) {
action = grepact;
pgrep = 1;
} else {

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 4:24 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14730174
Default Alt Text
D38716.diff (338 B)

Event Timeline