search for: nosysconf

Displaying 5 results from an estimated 5 matches for "nosysconf".

Did you mean: __sysconf
2004 Dec 06
1
[Patch] Makefile.in, new install-nosysconf target
For various reasons, it makes our life easier at USC to have a 'install-nosysconf' target much like the install-nokeys target that was added a while back. I mentioned this a few months back on this list and people seemed to think it wouldn't be a problem to get it into the mainline tree. I've attached the patch -- it should keep 100% backwards compatibility. Thank...
2003 May 10
0
Small Makefile.in Patch
...omes in handy in a few instances. The patch simply splits install-files into "install-files" and "install-sysconf" - taking all of the sysconfdir stuff and putting in its own target which I then added to 'install' and 'install-nokeys'. I then added an install-nosysconf to NOT do that stuff. This helped us because we install in a directory that gets rdist'd out to other hosts, but on the rdist host we didn't want to put the config files in /etc/ssh... we have a script to do that on each host and rdist time. Its small and inconsequential... but if it co...
2004 Jul 22
2
Potential Patch
...ration or compile time option, but I could probably do that without too much work. 3. Makefile.in change to break up install a bit more. Currently it has an "install" and "install-nokeys". I further broke it into "install" "install-nokeys" and "install-nosysconf" which doesn't try to write anything to the configuration directory (this could be useful when the person installing doesn't have access to that dir, or doesn't want to write to it, or its read-only, or...). Thanks. -- Phil Dibowitz Systems Architect and Administrator Enterpris...
2014 Sep 10
2
facing issues while compiling openSSH using openssl-1.0.1i
Hi, When I am trying to update openSSH using openssl-1.0.1i.It is giving issues. ./mkinstalldirs /home/epooshi/x86/openssh/openssh-5.2p1//libexec mkdir /home/epooshi/x86/openssh/openssh-5.2p1/libexec (umask 022 ; ./mkinstalldirs /var/empty) mkdir /var/empty mkdir: Failed to make directory "/var/empty"; Permission denied *** Error code 2 make: Fatal error: Command failed for target
2013 Apr 25
1
openssh cross compilation issue
...ult-login (at the end of this commands it explicitly says: sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/home/working_area/disk1/usr/bin while it should be: sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/bin) then I do: make make install I already tried with make install-nosysconf, but I had the same problem how can I fix this? to be more precise, after the ./configure ... in order to have the compilation to proceeds without problems I have to edit Makefile and modify in this way: 1) near check-config: from: -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/...