mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Add LICENSE
- Regenerate patches - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
f73cbe45f3
commit
a25f00c15d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446376
@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Tool which prints PID of given process name
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
CONFLICTS= psmisc-1*
|
||||
|
||||
PLIST_FILES= bin/pidof
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- pidof.c.orig Mon May 2 07:26:03 2005
|
||||
+++ pidof.c Mon May 2 07:40:31 2005
|
||||
@@ -53,10 +53,19 @@
|
||||
--- pidof.c.orig 2005-05-01 16:26:19 UTC
|
||||
+++ pidof.c
|
||||
@@ -53,10 +53,19 @@ get_pid_of_process(char *process_name)
|
||||
if ((kd = kvm_open("/dev/null", "/dev/null", "/dev/null", O_RDONLY, "kvm_open")) == NULL)
|
||||
(void)errx(1, "%s", kvm_geterr(kd));
|
||||
else {
|
||||
|
@ -1,3 +1,3 @@
|
||||
A tool which prints PID of given process name.
|
||||
|
||||
WWW: http://people.freebsd.org/~novel/pidof.html
|
||||
WWW: https://people.freebsd.org/~novel/pidof.html
|
||||
|
Loading…
Reference in New Issue
Block a user