tiger-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tiger-devel] [PATCH] Missing variable from systems/Linux/2/config


From: Javier Fernandez-Sanguino
Subject: Re: [Tiger-devel] [PATCH] Missing variable from systems/Linux/2/config
Date: Wed, 03 Sep 2003 14:10:14 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

Ryan Bradetich wrote:
Hello all,

Working on resyncing my tree with the main tree trunk.  These following
patches are the diffs.

Didn't you mean HPUX/config? (instad of Linux/2/config?)


 LN=/bin/ln
 WC=/bin/wc
 MESG=/usr/bin/mesg
+ID=/usr/bin/id
+CUT=/usr/bin/cut

Correct.


 #
+# For SSH Daemon configuration
+SSHD_CONFIG="/opt/ssh/etc/sshd_config /etc/opt/openssh/sshd_config"
+#

Shouldn't that be /opt/ssh/etc/sshd_config or /etc/opt/openssh/sshd_config? (i.e. not both)

I have just checked, and check_root uses SSHCONF instead (which I have just fixed), is there any check that uses it?. Notice that this kind of conguration should, sin some cases, be defined on a per-system basis (in the 'site-XXXX' configuration file) in any case I'm changing (in this file and in the HPUX/11/config file) this to read:

if [ -f /opt/ssh/etc/sshd_config ]
then
        SSHD_CONFIG="/opt/ssh/etc/sshd_config"
else
        SSHD_CONFIG="/etc/opt/openssh/sshd_config"
fi

In any case notice that check_root has a way to define this value if not properly defined by the administrator (through the site configuration file) or in the config file.

I'm making some changes in the CVS wrt to this. Thanks!

Regards

Javi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]