CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2016/02/12 01:12:48
Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Exit early with an error if the "_ftp_proxy" user does not exist. This prevents rc.d waiting up to 30 secs when starting ftp-proxy right after updating from 5.8 because at that point sysmerge(8) would not have had a chance to run yet and the unpriv user would not exist. issue reported by sthen@ ok sthen@ benno@ jca@