Index: xc/ChangeLog =================================================================== RCS file: /cvs/xorg/xc/ChangeLog,v retrieving revision 1.48 diff -u -2 -0 -r1.48 ChangeLog --- a/xc/ChangeLog 26 May 2004 19:03:32 -0000 1.48 +++ b/xc/ChangeLog 26 May 2004 20:42:11 -0000 @@ -1,22 +1,27 @@ 2004-05-26 Roland Mainz * xc/programs/Xserver/Xprint/etc/init.d/xprint + Bugzilla #456: Work around problems in RedHat's version of + chkconfig ("chkconfig sets priorities to -1") + +2004-05-26 Roland Mainz + * xc/programs/Xserver/Xprint/etc/init.d/xprint Bugzilla #680: RFE: /etc/init.d/xprint should ensure that the CWD is writeable for spooler applications (this works around some versions of CUPS which seem to require that). 2004-05-26 Egbert Eich * extras/x86emu/include/x86emu.h: * extras/x86emu/include/x86emu/fpu_regs.h: * extras/x86emu/include/x86emu/regs.h: * extras/x86emu/include/x86emu/types.h: * extras/x86emu/src/x86emu/LICENSE: * extras/x86emu/src/x86emu/debug.c: (x86emu_single_step): * extras/x86emu/src/x86emu/decode.c: (X86EMU_exec), (decode_rm00_address), (decode_rm01_address), (decode_rm10_address): * extras/x86emu/src/x86emu/fpu.c: * extras/x86emu/src/x86emu/makefile: * extras/x86emu/src/x86emu/makefile.linux: * extras/x86emu/src/x86emu/ops.c: (x86emuOp_illegal_op), (x86emuOp_aam), (x86emuOp_aad): Index: xc/programs/Xserver/Xprint/etc/init.d/xprint =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/Xprint/etc/init.d/xprint,v retrieving revision 1.5 diff -u -2 -0 -r1.5 xprint --- a/xc/programs/Xserver/Xprint/etc/init.d/xprint 26 May 2004 19:03:33 -0000 1.5 +++ b/xc/programs/Xserver/Xprint/etc/init.d/xprint 26 May 2004 20:42:20 -0000 @@ -1,48 +1,47 @@ #!/bin/sh # -# Copyright (c) 2002-2004 by Roland Mainz -# All rights reserved. -# -#ident "@(#)xprint 0.5 2003/02/14 gisburn" +# Copyright 2002-2004 by Roland Mainz . All rights reserved. # +# This script manages the Xprint server side + +# Basic support for IRIX-style "chkconfig" +# chkconfig: 2345 61 61 +# description: Startup/shutdown script for Xprint server(s) + # Basic support for the Linux Standard Base Specification 1.0.0 # (Note: The Should-Start/Stop lines are there so that this works in the # future, when the LSB adopts these. The X-UnitedLinux lines are there # so that it works right now.) ### BEGIN INIT INFO # Provides: xprint # Required-Start: $local_fs $remote_fs $syslog $network # Required-Stop: $local_fs $remote_fs $syslog # Should-Start: cups lpd xfs # Should-Stop: cups lpd xfs # X-UnitedLinux-Should-Start: cups lpd xfs # X-UnitedLinux-Should-Stop: cups lpd xfs # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: Startup/shutdown script for Xprint server(s) ### END INIT INFO -# -# Basic support for IRIX-style "chkconfig" -# chkconfig: 2345 61 61 -# description: Startup/shutdown script for Xprint server(s) -# + ############################################################################ # # This script has three main tasks: # 1. Start Xprint servers ("Xprt") at boot time. # 2. Shutdown Xprint servers when the machine is being shut down. # 3. Query the list of available printers. # # Additional tasks are: # 4. Restart ('restart'|'force-reload') and conditional restart # ('condrestart'/'try-restart') for Linux support # 5. Wrapping of application call with setting XPSERVERLIST ('wrapper') # # Usage: # - Start Xprint server(s) manually: # % /etc/init.d/xprint start # # - Stop Xprint server(s) manually: # % /etc/init.d/xprint stop # # - Populate $XPSERVERLIST env var (for example as part of a global