]> arthur.barton.de Git - netatalk.git/commitdiff
Use VERSION string instead of hard-coded value in gq_rbispoolerid response.
authormorgana <morgana>
Fri, 15 Feb 2002 16:15:21 +0000 (16:15 +0000)
committermorgana <morgana>
Fri, 15 Feb 2002 16:15:21 +0000 (16:15 +0000)
etc/papd/queries.c

index 46b1629f665128344b07c9c5ca95d0ae0cf36499..a79131e28ce5c129d2d00a0dc5917942809f214d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: queries.c,v 1.12 2002-02-15 07:20:13 morgana Exp $
+ * $Id: queries.c,v 1.13 2002-02-15 16:15:21 morgana Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -255,7 +255,7 @@ int gq_balance( out )
  * Handler for RBISpoolerID
  */
 
-static const char *spoolerid = "(PAPD Spooler) 2.1 (2.1.4 pre-release)\n";
+static const char *spoolerid = "(PAPD Spooler) VERSION\n";
 
 int gq_rbispoolerid( out )
     struct papfile     *out;