summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-cfg.y
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/ser/files/patch-cfg.y
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/ser/files/patch-cfg.y')
-rw-r--r--net/ser/files/patch-cfg.y21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/ser/files/patch-cfg.y b/net/ser/files/patch-cfg.y
deleted file mode 100644
index 87a917abe8ae..000000000000
--- a/net/ser/files/patch-cfg.y
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD$
-
---- cfg.y.orig
-+++ cfg.y
-@@ -210,6 +210,7 @@
- %token UNIX_SOCK_CHILDREN
- %token UNIX_TX_TIMEOUT
- %token SERVER_SIGNATURE
-+%token SERVER_NAME
- %token REPLY_TO_VIA
- %token LOADMODULE
- %token MODPARAM
-@@ -610,6 +611,7 @@
- | TLS_SEND_TIMEOUT EQUAL error { yyerror("number expected"); }
- | SERVER_SIGNATURE EQUAL NUMBER { server_signature=$3; }
- | SERVER_SIGNATURE EQUAL error { yyerror("boolean value expected"); }
-+ | SERVER_NAME EQUAL STRING { server_name=$3; }
- | REPLY_TO_VIA EQUAL NUMBER { reply_to_via=$3; }
- | REPLY_TO_VIA EQUAL error { yyerror("boolean value expected"); }
- | LISTEN EQUAL id_lst {