X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fodhcp6c.c;h=dfd99254ca7ff7bb015e000f0fd4730460775499;hb=ba6df2a68fcad5040f3746419aaac2bc3283a33d;hp=868e1c652b26df905f1a13b4b8cafd8547126d8b;hpb=073aa00c81dd2fe99645d2259d6126baf568d3a4;p=odhcp6c.git diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 868e1c6..dfd9925 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -259,7 +259,7 @@ int main(_unused int argc, char* const argv[]) pidfile = pidbuf; } - int fd = open(pidfile, O_WRONLY | O_CREAT); + int fd = open(pidfile, O_WRONLY | O_CREAT, 0644); if (fd >= 0) { char buf[8]; int len = snprintf(buf, sizeof(buf), "%i\n", getpid()); @@ -434,7 +434,7 @@ static int usage(void) " -N Mode for requesting addresses [try|force|none]\n" " -P Request IPv6-Prefix (0 = auto)\n" " -F Force IPv6-Prefix\n" - " -V Set vendor-class option. string length must be a multiple of 2\n" + " -V Set vendor-class option (base-16 encoded)\n" #ifdef EXT_BFD_PING " -B Enable BFD ping check\n" #endif