Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 11:39:49 +0100
From:      Frank Bartels <knarf@knarf.de>
To:        ports@FreeBSD.org
Subject:   Suggestion for ports/net/rdist6
Message-ID:  <20031121103949.GA22300@server-king.de>

next in thread | raw e-mail | index | archive | help

--azLHFNyN32YCQGCU
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Heya ports@FreeBSD.org,

I'd suggest to use /usr/bin/ssh as the default transport path for
rdist6. Maybe you want to replace patch-ag with the following file:

--- config/os-freebsd2.h.orig	Tue Nov 10 04:59:55 1998
+++ config/os-freebsd2.h	Fri Nov 21 11:35:26 2003
@@ -116,8 +116,10 @@
  */
 #define HAVE_FCHOWN			/* Have fchown() */
 #define HAVE_FCHMOD			/* Have fchmod() */
+#define HAVE_PATHS_H			/* Have paths.h */
 #define HAVE_SELECT			/* Have select() */
 #define HAVE_SAVED_IDS			/* Have POSIX style saved [ug]id's */
+#define HAVE_SETPROCTITLE		/* has a native setproctitle() */
 #define POSIX_SIGNALS			/* Have POSIX signals */
=20
 /*
@@ -130,4 +132,5 @@
  * Define this only if the pathname is different than
  * that which appears in "include/paths.h".
  */
-#define _PATH_REMSH	"/usr/bin/rsh"			/**/
+#define _PATH_REMSH	"/usr/bin/ssh"			/**/
+#define _PATH_OLDRDIST	"/usr/bin/rdist"	/* Enable compat */

Bye,
Knarf
--=20
Frank Bartels - knarf@knarf.de - http://www.knarf.de/

--azLHFNyN32YCQGCU
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/vet13N92+OaFVBwRAtNnAKCiGX5y9kVg+j+9okRnuSfYtCsNEQCg24gs
nlxmg9cdXVbNgBar/LyjlTo=
=8zdZ
-----END PGP SIGNATURE-----

--azLHFNyN32YCQGCU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031121103949.GA22300>