bugzilla-daemon at mindrot.org
2003-Jun-26 07:46 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 Summary: make install don't create piddir Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: openssh at roumenpetrov.info Command "make install" should create piddir. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-26 11:48 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From djm at mindrot.org 2003-06-26 21:48 ------- no - it is the job of the sysadmin to put piddir somewhere sane. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-26 14:45 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 openssh at roumenpetrov.info changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From openssh at roumenpetrov.info 2003-06-27 00:45 ------- In that case could we remove (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH)) because it is the job of the sysadmin to do this ;-) ? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-26 14:50 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From mouring at eviladmin.org 2003-06-27 00:50 ------- 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-26 16:12 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 ------- Additional Comments From tim at multitalents.net 2003-06-27 02:12 ------- 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-27 11:35 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 ------- Additional Comments From openssh at roumenpetrov.info 2003-06-27 21:35 ------- What about to DO warn out of AC_ARG_WITH(pid-dir....) statement in configure ? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-27 11:37 UTC
[Bug 605] make install don't create piddir
http://bugzilla.mindrot.org/show_bug.cgi?id=605 openssh at roumenpetrov.info changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |606 nThis| | ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 606] sshd [-t] should warn when cannot create pid file
- [Bug 601] configure script doesen't setup preprocessor flags properly
- [Bug 586] Syntax error on local to local copy (escaping required)
- [Bug 611] Unnecessary authentication attempt in auth2-none.c creates delay
- [Bug 801] Improve usability of scp by adding a "make path" option