diff options
Diffstat (limited to 'usr.bin/rdist/config.h')
-rw-r--r-- | usr.bin/rdist/config.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/usr.bin/rdist/config.h b/usr.bin/rdist/config.h index 7974c53522e..648a2782e3d 100644 --- a/usr.bin/rdist/config.h +++ b/usr.bin/rdist/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.12 2015/01/20 07:03:21 guenther Exp $ */ +/* $OpenBSD: config.h,v 1.13 2015/01/21 04:08:37 guenther Exp $ */ /* * Copyright (c) 1993 Michael A. Cooper @@ -43,22 +43,6 @@ */ /* - * Check to see if file is on a NFS. If it is, the file is - * skipped unless the hostname specified in the Distfile has - * a trailing "+". e.g. "foobar+". This feature is enabled by - * the -N option. If your system does not support NFS or you don't - * want the -N option, undefine this. - */ -#define NFS_CHECK - -/* - * Check to see if file on a Read-Only filesystem. If it is, no - * attempt is made to update the file. This feature is enabled by - * the -O option. - */ -#define RO_CHECK - -/* * Default value for the maximum number of clients to update at once. * Can be changed with the -M option. */ |