Suggestion for ports/net/rdist6

Frank Bartels knarf at knarf.de
Fri Nov 21 02:39:57 PST 2003


Heya ports at 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 */
 
 /*
@@ -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
-- 
Frank Bartels - knarf at knarf.de - http://www.knarf.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031121/a258a538/attachment.bin


More information about the freebsd-ports mailing list