Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 13:28:45 +0200 (CEST)
From:      Fernando Herrero Carrón <fhcarron@terra.es>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111865: Script "paperconfig" installed by libpaper-1.1.14.3_1 invokes worng shell
Message-ID:  <200704191128.l3JBSj70027511@nebet.ii.uam.es>
Resent-Message-ID: <200704191200.l3JC09il091262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111865
>Category:       ports
>Synopsis:       Script "paperconfig" installed by libpaper-1.1.14.3_1 invokes worng shell
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 12:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Fernando Herrero Carrón
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD nebet.ii.uam.es 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Feb 8 17:29:40 UTC 2007 elferdo@nebet.ii.uam.es:/usr/src/sys/i386/compile/NEBET i386


	
>Description:
The "paperconfig" script installed with
libpaper-1.1.14.3_1 begins with the following line:

#! /bin/bash

Bash is not a system shell, so when calling the script an error
happens.


>How-To-Repeat:
Invoke from a shell:

$> paperconfig

>Fix:

Replace the first line with:

#! /bin/sh


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704191128.l3JBSj70027511>