New commits:
commit 6c116aa61ff3e1645b95adf94e255587e8ca893e
Author: George Sherwood <pilot AT sourcemage.org>
Commit: George Sherwood <pilot AT sourcemage.org>
A few more changes due to adding cups-old
diff --git a/printer/foomatic/CONFIGURE b/printer/foomatic/CONFIGURE
index 4b35bc2..24c2e0f 100755
--- a/printer/foomatic/CONFIGURE
+++ b/printer/foomatic/CONFIGURE
@@ -7,6 +7,8 @@ if [ "${FOOMATIC_ENABLE_CONVERTER}" =
## Sorted in order of most to least installed per http://ledger.sourcemage.org/
if spell_ok cups; then
FOOMATIC_FILE_CONVERTER=cups
+ elif spell_ok cups-old; then
+ FOOMATIC_FILE_CONVERTER=cups-old
elif spell_ok a2ps; then
FOOMATIC_FILE_CONVERTER=a2ps
elif spell_ok enscript; then
@@ -16,6 +18,6 @@ if [ "${FOOMATIC_ENABLE_CONVERTER}" =
else
config_query_list FOOMATIC_FILE_CONVERTER
\
"Which file converter would you like to
install?" \
- cups a2ps enscript mpage
+ cups cups-old a2ps enscript mpage
fi
fi
diff --git a/printer/foomatic/HISTORY b/printer/foomatic/HISTORY
index 44d5015..068303e 100644
--- a/printer/foomatic/HISTORY
+++ b/printer/foomatic/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Added case for cups-old
+
2006-04-22 Jason Flatt <jflatt AT sourcemage.org>
* CONFIGURE, DEPENDS: Added check for optional file converter (bug #
11205).
diff --git a/printer/hpoj/HISTORY b/printer/hpoj/HISTORY
index 0a7c6cd..75806fa 100644
--- a/printer/hpoj/HISTORY
+++ b/printer/hpoj/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george AT beernabeer.com>
+ * TRIGGERS: Added check for cups-old
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS