| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/rdist6/files/ |
Upload File : |
--- config/os-freebsd2.h.orig 1998-11-10 03:59:55 UTC +++ config/os-freebsd2.h @@ -116,18 +116,23 @@ typedef void POINTER; */ #define HAVE_FCHOWN /* Have fchown() */ #define HAVE_FCHMOD /* Have fchmod() */ +#define HAVE_FTRUNCATE /* Have ftruncate() */ +#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 */ /* * Things we need */ #define NEED_UNISTD_H /* Need <unistd.h> */ +#define NEED_STRING_H /* Need <string.h> -- for strerror(3) */ /* * Path to the remote shell command. * 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 */