1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Forwarded: not-needed
From: Jérémy Bobbio <lunar@debian.org>
Date: Sun, 4 Oct 2020 11:26:37 -0300
X-Dgit-Generated: 3.8.B-3 e0d31e22d15091c6a5098c1ee376546104cd66a6
Subject: Remove build date from lpd.conf
---
--- lprng-3.8.B.orig/UTILS/make_lpd_conf.in
+++ lprng-3.8.B/UTILS/make_lpd_conf.in
@@ -1,8 +1,7 @@
#!/bin/sh
-date=`LC_ALL=C date`;
AWK=@AWK@
cat <<EOF
-# lpd.conf generated for version $1 compiled on $date
+# lpd.conf generated for version $1
# The values in this file are the built-in default values. (Which may depend
# on the build-options used when your LPRng was compiled).
# If you modify the file, set the value to something other than the default
|