[Pkg-cups-devel] r69 - cupsys/branches/cups-1.2/debian

Kenshi Muto kmuto at costa.debian.org
Thu Dec 15 00:34:46 UTC 2005


Author: kmuto
Date: Thu Dec 15 00:34:45 2005
New Revision: 69

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.config
Log:
set unseen when ports parse is failed

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Thu Dec 15 00:34:45 2005
@@ -8,6 +8,7 @@
     - Commented out Port/Listen/Browsing from cupsd.conf.in.
       CUPS crashes when there is a duplicate definition.
   * Updated Swedish debconf translation.
+  * Set seen false flag when ports configuration is failed.
 
  -- Kenshi Muto <kmuto at debian.org>  Thu, 15 Dec 2005 07:15:54 +0900
 

Modified: cupsys/branches/cups-1.2/debian/cupsys.config
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.config	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.config	Thu Dec 15 00:34:45 2005
@@ -93,6 +93,7 @@
   while ! is_ports "$RET"; do
     db_input critical cupsys/portserror || true
     db_go
+    db_fset cupsys/ports seen false
     STATE=$(expr $STATE + 1)
     if [ "$STATE" = "5" ]; then
       echo "Illegal port value for CUPS. Please correct this by running 'dpkg-reconfigure cupsys'."
@@ -121,6 +122,7 @@
   while ! is_ports "$RET"; do
     db_input critical cupsys/portserror || true
     db_go
+    db_fset cupsys/ports seen false
     STATE=$(expr $STATE + 1)
     if [ "$STATE" = "5" ]; then
       echo "Illegal port value for CUPS. Please correct this by running 'dpkg-reconfigure cupsys'."



More information about the Pkg-cups-devel mailing list