| Summary: | make install don't create piddir | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Roumen Petrov <bugtrack> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 606 | ||
|
Description
Roumen Petrov
2003-06-26 17:46:11 AEST
no - it is the job of the sysadmin to put piddir somewhere sane. In that case could we remove (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH)) because it is the job of the sysadmin to do this ;-) ? I agree with Damien we should not be making the directory for the PID file. If the admin sets a custom pid file path then they are on their own. We DO warn if the specified piddir doesn't exist. .... if test ! -d $piddir ; then AC_MSG_WARN([** no $piddir directory on this system **]) fi .... That's a clue to ethier specify a different piddir or create it. What about to DO warn out of AC_ARG_WITH(pid-dir....) statement in configure ? Mass change of RESOLVED bugs to CLOSED |