ports/111865: Script "paperconfig" installed by libpaper-1.1.14.3_1 invokes worng shell
Fernando Herrero Carrón
fhcarron at terra.es
Thu Apr 19 12:00:10 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list