diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2014-02-03 04:22:29 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2014-02-03 04:22:29 +0000 |
| commit | 07561ab459d4eaaeb66a35e3eb8a8e1d5ec1a2b2 (patch) | |
| tree | 8039c38ec602dd9183a84e7ca2de36527ca29293 /sbin/dhclient | |
| parent | bcbcc48fbf4d9a4c961ba11aa97c15738f9d93f2 (diff) | |
Notes
Diffstat (limited to 'sbin/dhclient')
| -rw-r--r-- | sbin/dhclient/dhclient.c | 2 |
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); |
