Displaying 9 results from an estimated 9 matches for "supath".
Did you mean:
subpath
2001 Mar 14
1
/etc/default/login patch?
Would anybody happen to have or know of a patch to make /etc/default/login
PATH and SUPATH the default openssh path? We have customized paths for each
school of engineering (each have their own customized site bin). This is
easily controled with /etc/default/login. The --with-default-path option
is too rigid. This is Solaris I am talking about.
--mike
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
...quot;ALTSHELL");
+ if (value == NULL) {
+ /* Normal systems set SHELL by default. */
+ child_set_env(env, envsize, "SHELL", shell);
+ } else if (strcmp(value, "YES") == 0) {
+ child_set_env(env, envsize, "SHELL", shell);
+ }
+
+ /*
+ * If the user is root and SUPATH is defined,
+ * set environment variable PATH to the value of SUPATH.
+ * Else if PATH is defined then
+ * set environment variable PATH to the value of PATH.
+ */
+ if (uid == 0) {
+ value = get_environment_value(default_login_env, "SUPATH");
+ if (value != NULL)
+ child_set_env(...
2013 Nov 08
1
virt-install not spawning VM
Hello,
In trying girt-install with below parameters I get the following error,
-bash: virt-install --connect qemu:///system --name vm1 --ram 2048 --vcpus: No such file or directory
What am I doing wrong?
Thanks in advance.
host:~# qemu-img create -f qcow2 /var/lib/libvirt/images/vm1.qcow2 20480
Formatting '/var/lib/libvirt/images/vm1.qcow2', fmt=qcow2 size=20480 encryption=off
1999 Jun 28
0
R-0.64.1 make problem, Solaris 2.4: Solution
...t (or setenv ... from the C shell).
(b) in Makeconf.in, change FPICFLAGS = @FPICFLAGS@ to FPICFLAGS = @CPICFLAGS@,
so that both FPICFLAGS and CPICFLAGS are the same
(c) make the same change in etc/Makeconf.in
If installing as su, you also need to make sure that /usr/openwin/bin is on
the SUPATH; if not, you need to edit /etc/default/su as superuser. Otherwise,
the configure script will not be able to find xmkmf on Solaris.
------------------------------------------------------------------------------
Original message:
I'm attempting to install R-0.64.1 on a Sun Sparc 20 running Sola...
2003 Sep 16
0
OpenSSH 3.7 released
...UsePAM directive.
- Many improvements to the OpenSC smartcard support.
- Regression tests now work with portable OpenSSH.
Please refer to regress/README.regress in the source distribution.
- On platforms that support it, portable OpenSSH now honors the
UMASK, PATH and SUPATH attributes set in /etc/default/login.
- Deny access to locked accounts, regardless of authentication
method in use.
Checksums:
==========
- MD5 (openssh-3.7.tgz) = 86864ecc276c5f75b06d4872a553fa70
- MD5 (openssh-3.7p1.tar.gz) = 77662801ba2a9cadc0ac10054bc6cb37
Reporting Bugs:
=======...
2003 Sep 16
0
OpenSSH 3.7.1 released
...UsePAM directive.
- Many improvements to the OpenSC smartcard support.
- Regression tests now work with portable OpenSSH.
Please refer to regress/README.regress in the source distribution.
- On platforms that support it, portable OpenSSH now honors the
UMASK, PATH and SUPATH attributes set in /etc/default/login.
- Deny access to locked accounts, regardless of authentication
method in use.
Checksums:
==========
- MD5 (openssh-3.7.1.tgz) = 3d2f1644d6a3d3267e5e2421f1385129
- MD5 (openssh-3.7.1p1.tar.gz) = f54e574e606c08ef63ebb1ab2f7689dc
Reporting Bugs:
===...
2003 Sep 16
0
OpenSSH 3.7.1 released
...UsePAM directive.
- Many improvements to the OpenSC smartcard support.
- Regression tests now work with portable OpenSSH.
Please refer to regress/README.regress in the source distribution.
- On platforms that support it, portable OpenSSH now honors the
UMASK, PATH and SUPATH attributes set in /etc/default/login.
- Deny access to locked accounts, regardless of authentication
method in use.
Checksums:
==========
- MD5 (openssh-3.7.1.tgz) = 3d2f1644d6a3d3267e5e2421f1385129
- MD5 (openssh-3.7.1p1.tar.gz) = f54e574e606c08ef63ebb1ab2f7689dc
Reporting Bugs:
===...
2003 Sep 16
3
OpenSSH 3.7 released
...UsePAM directive.
- Many improvements to the OpenSC smartcard support.
- Regression tests now work with portable OpenSSH.
Please refer to regress/README.regress in the source distribution.
- On platforms that support it, portable OpenSSH now honors the
UMASK, PATH and SUPATH attributes set in /etc/default/login.
- Deny access to locked accounts, regardless of authentication
method in use.
Checksums:
==========
- MD5 (openssh-3.7.tgz) = 86864ecc276c5f75b06d4872a553fa70
- MD5 (openssh-3.7p1.tar.gz) = 77662801ba2a9cadc0ac10054bc6cb37
Reporting Bugs:
=======...
2003 Aug 22
14
[Bug 252] Patch for use of /etc/default/login
http://bugzilla.mindrot.org/show_bug.cgi?id=252
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212 is|0 |1
obsolete| |
------- Additional Comments From dtucker at zip.com.au 2003-08-22 14:14 -------