Bug 60352 - Borken %postinstall script
Summary: Borken %postinstall script
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: cups
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: wdovlrrw
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-26 15:02 UTC by Enrico Scholz
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-02-26 15:02:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-02-26 15:02:28 UTC
Description of Problem:

| $ rpm -q --scripts cups
| ...
| /usr/sbin/alternatives --install /usr/bin/lpr print /usr/bin/lpr.cups 30 \
|          --slave /usr/bin/lp print-lp /usr/bin/lp.cups \
|          --slave /usr/bin/lpq print-lpq /usr/bin/lpq.cups \
|          --slave /usr/bin/lprm print-lprm /usr/bin/lprm.cups \
|          --slave /usr/bin/lpstat print-lpstat /usr/bin/lpstat.cups \
|          --slave /usr/bin/cancel print-cancel /usr/bin/cancel.cups \
|          --slave /usr/sbin/lpc print-lpc /usr/sbin/lpc.cups \
|          --slave /usr/share/man/man1/cancel.1.gz print-cancelman /usr/share/man/man1/cancel-cups.1.gz > /dev/null 2>&1
|          --slave /usr/share/man/man1/lp.1.gz print-lpman /usr/share/man/man1/lp-cups.1.gz > /dev/null 2>&1
|          --slave /usr/share/man/man1/lpq.1.gz print-lpqman /usr/share/man/man1/lpq-cups.1.gz > /dev/null 2>&1
|          --slave /usr/share/man/man1/lpr.1.gz print-lprman /usr/share/man/man1/lpr-cups.1.gz > /dev/null 2>&1
|          --slave /usr/share/man/man1/lprm.1.gz print-lprmman /usr/share/man/man1/lprm-cups.1.gz > /dev/null 2>&1
|          --slave /usr/share/man/man1/lpstat.1.gz print-lpstatman /usr/share/man/man1/lpstat-cups.1.gz > /dev/null 2>&1

Please notice the '> /dev/null 2>&1' in the last 6 lines. It looks
like a cut&paste error and should be a backslash probably.


Version-Release number of selected component (if applicable):

cups-1.1.14-2

Comment 1 Bernhard Rosenkraenzer 2002-02-26 15:10:21 UTC
It's not actually a cut&paste bug, it's a 
ddppppppp bug (vim commands ;) ). 
 
Fixed in 1.1.14-4.


Note You need to log in before you can comment on or make changes to this bug.