aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdist6/files
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-03-24 06:54:09 +0800
committerarved <arved@FreeBSD.org>2003-03-24 06:54:09 +0800
commite80584120fa5db148159d7f5db0f766ece828b79 (patch)
treedf04d8a05a3c1969542b91172853e8ddac15bbee /net/rdist6/files
parent59523f640290710b27144d9f63d510fb00c471dd (diff)
downloadfreebsd-ports-gnome-e80584120fa5db148159d7f5db0f766ece828b79.tar.gz
freebsd-ports-gnome-e80584120fa5db148159d7f5db0f766ece828b79.tar.zst
freebsd-ports-gnome-e80584120fa5db148159d7f5db0f766ece828b79.zip
accounts with a . are valid
strip -> ${STRIP_CMD} while i'm here PR:i 31462 Submitted by: pirzyk
Diffstat (limited to 'net/rdist6/files')
-rw-r--r--net/rdist6/files/patch-docmd.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rdist6/files/patch-docmd.c b/net/rdist6/files/patch-docmd.c
new file mode 100644
index 000000000000..6577745a992f
--- /dev/null
+++ b/net/rdist6/files/patch-docmd.c
@@ -0,0 +1,11 @@
+--- src/docmd.c.orig Mon Nov 9 20:08:32 1998
++++ src/docmd.c Tue Oct 23 14:32:06 2001
+@@ -611,7 +624,7 @@
+ c = *cp;
+ if (c & 0200)
+ isbad = TRUE;
+- if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-')
++ if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-' && c != '.' )
+ isbad = TRUE;
+ }
+