search for: lp_temp_dir

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

2007 Oct 10
0
patch for rsync: provides "nice = N" option
...) + { + rprintf(FLOG, "rsync set nice(%d) on module %s\n", niceval, name); + + nice(niceval); + } + else if ( niceval < 0 ) + { + rprintf(FLOG, "WARNING: nice(%d) not allowed (must be positive) on module %s\n", + niceval, name); + + /* but we keep going */ + } + + if (lp_temp_dir(i) && *lp_temp_dir(i)) { tmpdir = lp_temp_dir(i); if (strlen(tmpdir) >= MAXPATHLEN - 10) { --- loadparm.c.orig 2007-08-19 07:28:25.000000000 +0000 +++ loadparm.c 2007-08-19 07:39:00.000000000 +0000 @@ -149,6 +149,7 @@ int max_verbosity; int syslog_facility; int timeout; + int...