search for: nextpol

Displaying 1 result from an estimated 1 matches for "nextpol".

Did you mean: netpol
2009 May 05
3
[nut-commits] svn commit r1837 - trunk/clients
...<ups> - <upsname>@<host>[:<port>]\n"); > printf(" - Example: -s myups at server\n"); > printf(" -u <user> - Switch to <user> if started as root\n"); > @@ -372,6 +373,7 @@ > time_t now, nextpoll = 0; > const char *user = NULL; > struct passwd *new_uid = NULL; > + const char *pidfilebase = "upslog"; > > logformat = DEFAULT_LOGFORMAT; > user = RUN_AS_USER; > @@ -380,7 +382,7 @@ > > prog = argv[0]; >...