From 48731164d436f1dfec6e9acfa2a6bb09e98cfb81 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 14 Feb 1997 18:01:47 +0000 Subject: Deprecate the old popclient syntax and produce a warning. svn path=/trunk/; revision=881 --- rcfile_y.y | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 7face2c3..84c0d000 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -133,7 +133,11 @@ serv_option : AKA alias_list * to keep working. */ userspecs : user1opts {record_current(); user_reset();} - | user1opts explicits {record_current(); user_reset();} + | user1opts explicits + { + record_current(); user_reset(); + fprintf(stderr, "Warning: user entry with no `user' keyword\n"); + } | explicits ; -- cgit v1.2.3