aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-02-03 04:22:29 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-02-03 04:22:29 +0000
commit07561ab459d4eaaeb66a35e3eb8a8e1d5ec1a2b2 (patch)
tree8039c38ec602dd9183a84e7ca2de36527ca29293 /sbin/dhclient
parentbcbcc48fbf4d9a4c961ba11aa97c15738f9d93f2 (diff)
Notes
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/dhclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index e16e464c60026..ec8d0c74d3a73 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -393,7 +393,7 @@ main(int argc, char *argv[])
if (path_dhclient_pidfile == NULL)
error("asprintf");
}
- pidfile = pidfile_open(path_dhclient_pidfile, 0600, &otherpid);
+ pidfile = pidfile_open(path_dhclient_pidfile, 0644, &otherpid);
if (pidfile == NULL) {
if (errno == EEXIST)
error("dhclient already running, pid: %d.", otherpid);