summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp1/files')
-rw-r--r--graphics/gimp1/files/gimp.setfont157
-rw-r--r--graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in25
-rw-r--r--graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c23
-rw-r--r--graphics/gimp1/files/patch-aa20
-rw-r--r--graphics/gimp1/files/patch-ab13
-rw-r--r--graphics/gimp1/files/patch-ac11
-rw-r--r--graphics/gimp1/files/patch-ae11
-rw-r--r--graphics/gimp1/files/patch-am19
-rw-r--r--graphics/gimp1/files/patch-configure30
-rw-r--r--graphics/gimp1/files/patch-gimptool-1.2.in26
-rw-r--r--graphics/gimp1/files/patch-libgimp::Makefile.in19
-rw-r--r--graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in11
-rw-r--r--graphics/gimp1/files/patch-plug-ins_Makefile.in11
-rw-r--r--graphics/gimp1/files/patch-plug-ins_print_print.c11
14 files changed, 0 insertions, 387 deletions
diff --git a/graphics/gimp1/files/gimp.setfont b/graphics/gimp1/files/gimp.setfont
deleted file mode 100644
index f81fa5d9b9ad..000000000000
--- a/graphics/gimp1/files/gimp.setfont
+++ /dev/null
@@ -1,157 +0,0 @@
-#!/usr/bin/perl
-
-# Font setting Perl script for GIMP
-#
-# by MANTANI Nobutaka <nobutaka@nobutaka.com>
-
-$progname = "gimp.setfont";
-$version = "Version 0.4 Feb 07 2000";
-
-$fontset{'chinese'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-kai-medium-r-normal--16-*-*-*-*-*-big5-0";
-$fontset{'czech'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
-$fontset{'danish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'dutch'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'english'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'finnish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'french'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'german'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'hungarian'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
-$fontset{'italian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'japanese'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0";
-$fontset{'korean'} = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0";
-$fontset{'norwegian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'polish'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
-$fontset{'russian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r";
-$fontset{'slovak'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
-$fontset{'swedish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-$fontset{'ukrainian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r";
-
-$locale{'chinese'} = "zh_TW.Big5";
-$locale{'czech'} = "cs_CZ.ISO8859-2";
-$locale{'danish'} = "da_DK.ISO_8859-1";
-$locale{'dutch'} = "nl_NL.ISO_8859-1";
-$locale{'english'} = "C";
-$locale{'finnish'} = "fi_FI.ISO_8859-1";
-$locale{'french'} = "fr_FR.ISO_8859-1";
-$locale{'german'} = "de_DE.ISO_8859-1";
-$locale{'hungarian'} = "hu_HU.ISO_8859-2";
-$locale{'italian'} = "it_IT.ISO_8859-1";
-$locale{'japanese'} = "ja_JP.EUC";
-$locale{'korean'} = "ko_KR.EUC";
-$locale{'norwegian'} = "no_NO.ISO_8859-1";
-$locale{'polish'} = "pl_PL.ISO_8859-2";
-$locale{'russian'} = "ru_SU.KOI8-R";
-$locale{'slovak'} = "sk_SK.ISO_8859-2";
-$locale{'swedish'} = "sv_SE.ISO_8859-1";
-$locale{'ukrainian'} = "uk_UA.KOI8-U";
-
-# Show usage
-sub usage() {
- print <<EOF;
-Usage: gimp.setfont <language>
-
-----------------------------------------------------------------
-[language] [fontset]
- chinese -*-helvetica-(iso8859-1),-*-kai-(big5-0)
- czech -*-fixed-(iso8859-2)
- danish -*-helvetica-(iso8859-1)
- dutch -*-helvetica-(iso8859-1)
- english -*-helvetica-(iso8859-1)
- finnish -*-helvetica-(iso8859-1)
- french -*-helvetica-(iso8859-1)
- german -*-helvetica-(iso8859-1)
- hungarian -*-fixed-(iso8859-2)
- italian -*-helvetica-(iso8859-1)
- japanese -*-fixed-(iso8859-1,jisx0201,jisx0208)
- korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601)
- norwegian -*-helvetica-(iso8859-1)
- polish -*-fixed-(iso8859-2)
- russian -*-helvetica-(koi8-r)
- slovak -*-fixed-(iso8869-2)
- swedish -*-helvetica-(iso8859-1)
- ukrainian -*-helvetica-(koi8-r)
-----------------------------------------------------------------
-
-If you need iso8859-2 fonts, please install etlfonts
-(x11-fonts/etlfonts).
-
-EOF
-}
-
-# Write gtkrc of user's .gimp-1.2 directory
-sub write_gtkrc($) {
- my $fontset = shift;
- my $path = "$ENV{'HOME'}/.gimp-1.2";
-
- if (-d $path) {
- if (-e "$path/gtkrc") {
- chmod(0644, "$path/gtkrc");
- print "Renaming $path/gtkrc to $path/gtkrc.old...\n";
- rename("$path/gtkrc", "$path/gtkrc.old");
- }
-
- print "Writing $path/gtkrc...\n";
- open(FILE, ">$path/gtkrc");
- print FILE <<EOF;
-\# style <name> [= <name>]
-\# {
-\# <option>
-\# }
-\#
-\# widget <widget_set> style <style_name>
-\# widget_class <widget_class_set> style <style_name>
-
-style "default"
-{
- fontset = "$fontset"
-}
-
-widget_class "*" style "default"
-EOF
- close(FILE);
- print "Done.\n\n";
- } else {
- print <<EOF;
-Directory $path is not found.
-Please execute "gimp" and install files into $path
-directory first.
-
-EOF
- exit;
- }
-}
-
-sub main() {
- my $lang = $ARGV[0];
- my $tmp = ucfirst($lang);
-
- print <<EOF;
-
-$progname - Font setting utility for GIMP ($version)
-
-EOF
-
- if (@ARGV != 1) {
- usage();
- exit;
- }
-
- print "Setting for $tmp language...\n\n";
-
- print qq(Please set "LANG" environment variable to "$locale{$lang}" and execute "gimp".\n\n);
-
- if ($lang eq "slovak") {
- print <<EOF;
-And please make symbolic link from lt_LN.ISO_8859-2 to sk_SK.ISO_8859-2 in
-/usr/share/locale.
-
-EOF
- }
-
- write_gtkrc($fontset{$lang});
-
- exit;
-}
-
-
-main();
diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in
deleted file mode 100644
index e9163f5a33c4..000000000000
--- a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- ../mpeg_lib-1.3.1/Makefile.in.orig Thu Nov 26 11:03:29 1998
-+++ ../mpeg_lib-1.3.1/Makefile.in Tue Jul 9 22:28:11 2002
-@@ -19,7 +19,7 @@
- exec_prefix = @exec_prefix@
- INSTALL_INCLUDE = @includedir@
- INSTALL_LIBRARY = @libdir@
--INSTALL = @INSTALL@
-+INSTALL_DATA = @INSTALL_DATA@
-
- # Other miscellaneous programs
- AR = @AR@
-@@ -67,10 +67,9 @@
- $(CC) -shared -o $(SHLIB) $(LIBOBJ)
-
- install: $(LIBRARY)
-- $(INSTALL) -d $(INSTALL_INCLUDE) $(INSTALL_LIBRARY)
-- $(INSTALL) -m 0644 $(HEADER) $(INSTALL_INCLUDE)/$(HEADER)
-- $(INSTALL) -m 0644 $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY)
-- @if test -f $(SHLIB) ; then echo "warning: $(SHLIB) *not* installed (installing shared libraries is too system-specific)" ; fi
-+ $(MKDIR) $(INSTALL_INCLUDE) $(INSTALL_LIBRARY)
-+ $(INSTALL_DATA) $(HEADER) $(INSTALL_INCLUDE)/$(HEADER)
-+ $(INSTALL_DATA) $(LIBRARY) $(INSTALL_LIBRARY)/$(LIBRARY)
-
- clean:
- rm -f $(LIBRARY) $(EXTRAS) $(LIBOBJ) core
diff --git a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c b/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c
deleted file mode 100644
index 5707b750300d..000000000000
--- a/graphics/gimp1/files/patch-..::mpeg_lib-1.3.1::video.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../mpeg_lib-1.3.1/video.c.orig Sat Jul 24 13:00:51 1999
-+++ ../mpeg_lib-1.3.1/video.c Tue Aug 31 23:11:56 1999
-@@ -49,6 +49,10 @@
- #include "proto.h"
- #include "my_dmalloc.h"
-
-+#ifdef _HAVE_PARAM_H
-+#include <sys/param.h>
-+#endif
-+
- /* Declarations of functions. */
- static void ReconIMBlock(VidStream *,int);
- static void ReconPMBlock(VidStream *,int,int,int,int);
-@@ -445,7 +449,9 @@
- static int num_calls = 0;
- unsigned int data;
- int i, status;
-+#if BSD < 199103
- long int ftell (FILE *stream);
-+#endif
-
- /* If vid_stream is null, create new VidStream structure. */
-
diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa
deleted file mode 100644
index 33a7ddbd83b8..000000000000
--- a/graphics/gimp1/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- app/main.c.orig Thu Feb 10 14:41:02 2000
-+++ app/main.c Sat Feb 19 13:51:36 2000
-@@ -22,6 +22,7 @@
- #include <signal.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <floatingpoint.h>
-
- #ifdef HAVE_SYS_WAIT_H
- #include <sys/wait.h>
-@@ -129,6 +130,9 @@
- /* Initialize variables */
-
- prog_name = argv[0];
-+
-+ /* Ignore floating point exceptions */
-+ fpsetmask(0);
-
- /* Initialize i18n support */
- INIT_LOCALE ("gimp");
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab
deleted file mode 100644
index 5c4081c0c3bf..000000000000
--- a/graphics/gimp1/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
-+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
-@@ -189,8 +189,8 @@
- putenv ("LANG=C");
- #endif
-
-- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
-- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
-+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
-+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
- g_free (tmpname);
- _exit (127);
- }
diff --git a/graphics/gimp1/files/patch-ac b/graphics/gimp1/files/patch-ac
deleted file mode 100644
index 22755b47efc9..000000000000
--- a/graphics/gimp1/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sat May 6 01:10:00 2000
-+++ Makefile.in Sat May 6 01:10:12 2000
-@@ -196,7 +196,7 @@
-
- man_MANS = gimp.1 gimptool.1 gimprc.5
-
--m4datadir = $(datadir)/aclocal
-+m4datadir = $(prefix)/share/aclocal
- m4data_DATA = gimp.m4
-
- scriptdata =
diff --git a/graphics/gimp1/files/patch-ae b/graphics/gimp1/files/patch-ae
deleted file mode 100644
index a9cd977ed014..000000000000
--- a/graphics/gimp1/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/common/plugindetails.c.orig Fri Jan 14 17:26:07 2000
-+++ plug-ins/common/plugindetails.c Fri Jan 14 17:26:21 2000
-@@ -27,7 +27,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <time.h>
--
-+#include <sys/types.h>
- #include <gtk/gtk.h>
-
- #include "libgimp/gimp.h"
diff --git a/graphics/gimp1/files/patch-am b/graphics/gimp1/files/patch-am
deleted file mode 100644
index 45c58cbe59fe..000000000000
--- a/graphics/gimp1/files/patch-am
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
-+++ libgimp/gimp.c Thu May 18 16:42:21 2000
-@@ -26,6 +26,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <floatingpoint.h>
-
- #ifdef HAVE_SYS_TIME_H
- #include <sys/time.h>
-@@ -211,6 +212,9 @@
- }
-
- progname = argv[0];
-+
-+ /* Ignore floating point exceptions */
-+ fpsetmask(0);
-
- g_set_prgname (g_basename (progname));
diff --git a/graphics/gimp1/files/patch-configure b/graphics/gimp1/files/patch-configure
deleted file mode 100644
index 4d64eb9d8f9d..000000000000
--- a/graphics/gimp1/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Mon May 19 18:46:21 2003
-+++ configure Sat May 31 19:37:03 2003
-@@ -1475,7 +1475,7 @@
- GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
-
- LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
--LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
-+LT_CURRENT=2
- LT_REVISION=$GIMP_INTERFACE_AGE
- LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
- LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
-@@ -7535,6 +7535,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -18639,8 +18640,8 @@
-
- fi
-
--gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
--gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-+gimpdatadir=$datadir/$PACKAGE
-+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
- gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-
- localedir='${prefix}/${DATADIRNAME}/locale'
diff --git a/graphics/gimp1/files/patch-gimptool-1.2.in b/graphics/gimp1/files/patch-gimptool-1.2.in
deleted file mode 100644
index 052cac1df256..000000000000
--- a/graphics/gimp1/files/patch-gimptool-1.2.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002
-+++ gimptool-1.2.in Wed Feb 20 14:04:39 2002
-@@ -227,19 +227,19 @@
- | --uninstall-script | --uninstall-admin-script )
- case $1 in
- --*install-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --install-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --*install-admin-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --install-admin-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --*install-script)
diff --git a/graphics/gimp1/files/patch-libgimp::Makefile.in b/graphics/gimp1/files/patch-libgimp::Makefile.in
deleted file mode 100644
index f025eddbe488..000000000000
--- a/graphics/gimp1/files/patch-libgimp::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgimp/Makefile.in.orig Mon May 19 19:07:25 2003
-+++ libgimp/Makefile.in Sat May 31 19:41:48 2003
-@@ -226,13 +226,13 @@
- gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h
-
-
--libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols)
-+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimp_export_symbols)
-
--libgimp_la_LIBADD = $(GLIB_LIBS) $(libmath)
-+libgimp_la_LIBADD = $(GTK_LIBS) $(libmath)
-
- libgimp_la_DEPENDENCIES = $(gimp_def)
-
--libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimpui_export_symbols)
-+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimpui_export_symbols)
-
-
- libgimpui_la_LIBADD = $(GTK_LIBS) $(conditional_libgimp_la)
diff --git a/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in
deleted file mode 100644
index 6764015563eb..000000000000
--- a/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002
-+++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002
-@@ -193,7 +193,7 @@
- gckinclude_HEADERS = gck.h
-
-
--libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined)
-+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined)
-
-
- INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
diff --git a/graphics/gimp1/files/patch-plug-ins_Makefile.in b/graphics/gimp1/files/patch-plug-ins_Makefile.in
deleted file mode 100644
index 503a87e4f6e0..000000000000
--- a/graphics/gimp1/files/patch-plug-ins_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/Makefile.in.orig Mon May 19 19:07:31 2003
-+++ plug-ins/Makefile.in Sat May 31 19:44:38 2003
-@@ -111,7 +111,7 @@
- GTK_CONFIG = @GTK_CONFIG@
- GTK_LIBS = @GTK_LIBS@
- HAVE_GTK_DOC = @HAVE_GTK_DOC@
--HELPBROWSER = @HELPBROWSER@
-+#HELPBROWSER = @HELPBROWSER@
- HTML_DIR = @HTML_DIR@
- INSTOBJEXT = @INSTOBJEXT@
- INTLBISON = @INTLBISON@
diff --git a/graphics/gimp1/files/patch-plug-ins_print_print.c b/graphics/gimp1/files/patch-plug-ins_print_print.c
deleted file mode 100644
index 36f4bf7148cf..000000000000
--- a/graphics/gimp1/files/patch-plug-ins_print_print.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000
-+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000
-@@ -1417,7 +1417,7 @@
-
- if (i < (sizeof(lpcs) / sizeof(lpcs[0])))
- {
-- strcat(command, " status < /dev/null");
-+ strcat(command, " status all < /dev/null");
- type = PRINTERS_LPC;
- }
- else