From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 23:58:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A0C16A41F for ; Tue, 20 Sep 2005 23:58:29 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661E143D45 for ; Tue, 20 Sep 2005 23:58:28 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 2BDE517B844; Wed, 21 Sep 2005 01:58:28 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 94339-02-10; Wed, 21 Sep 2005 01:58:21 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 6686717B855; Wed, 21 Sep 2005 01:58:20 +0200 (CEST) Received: from radagast.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with SMTP id 9F90A1702B; Wed, 21 Sep 2005 01:58:20 +0200 (CEST) From: Dejan Lesjak To: dick hoogendijk , freebsd-questions@freebsd.org Date: Wed, 21 Sep 2005 01:58:20 +0200 References: <20050920201411.2914a331.dick@nagual.st> Lines: 26 User-Agent: KNode/0.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: <20050920235820.9F90A1702B@radagast.ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: Re: Xprt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 23:58:29 -0000 dick hoogendijk wrote: > Yesterday I upgraded my xorg-printserver. Afterwards my Xprt would not > start. Looking at /usr/X11R6/etc/rc.d/xprint.sh I did not have a > POSIX-shell. Hmmm.. seems you need ksh or bash for xprint all of > a sudden. A warning would have been nice. > > I installed ksh93, softlinked it to ksh and Xprt is working again, but > still.. > > Another thing: why would I need Xprt ?? > Without it, my programs seem to print fine too. > You probably don't need it and it was not started by default before xorg-printserver-6.8.2_1. I mistakenly changed the default to install rc script as executable with .sh postfix so it got started by default. I reverted this behaviour in xorg-printserver-6.8.2_2 until I (or someone) come up with proper rcNG script for starting Xprt. You can just remove /usr/X11R6/etc/rc.d/xprint.sh (or rename it to something like xprint.sh.off or remove executable bits) script so it does not get started as part of rc instead of upgrading xorg-printserver. I apologise for inconveniences. Dejan