[Pkg-mc-devel] Bug#301521: marked as done (mc view as pager)
Michelle Konzack
linux4michelle at tamay-dogan.net
Wed Jun 11 11:45:10 UTC 2008
Hello Patrick,
you have closed this bug to which I do not agree as it is...
Since Debian ship already
----[ '/usr/bin/mcedit-debian' ]----
#!/bin/sh
# mcedit wrapper for Debian alternatives system
mcedit $@
------------------------------------
I suggest to create the file
----[ '/usr/bin/mcview-debian' ]----------------------------------------
#!/bin/sh
# mcview wrapper for Debian alternatives system
if [ -z "$1" ] ; then
if which mktemp ; then
TMPFILE=$(mktemp -t mcview.XXXXXX)
fi
if [ -z "${TMPFILE}" ] ; then
TMPFILE=/tmp/mcview.$$
touch ${TMPFILE}
chmod 0700 ${TMPFILE}
fi
cat >${TMPFILE}
mcview ${TMPFILE}
rm --force ${TMPFILE}
else
mcview "$1"
fi
------------------------------------------------------------------------
and add it to the alternatives system as "mcedit-debian" before. This
is what I do since some years and this solution would satisfait MOST
users of Midnight Commander.
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant
Am 2008-06-09 17:00:16, schrieb BTS Owner:
>
> Your message dated Mon, 9 Jun 2008 18:56:50 +0200
> with message-id <200806091857.19803.winnie at debian.org>
> and subject line upstream won't fix it within time and I also
> has caused the Debian Bug report #442439,
> regarding mc view as pager
> to be marked as done.
>
> This means that you claim that the problem has been dealt with.
> If this is not the case it is now your responsibility to reopen the
> Bug report if necessary, and/or fix the problem forthwith.
>
> (NB: If you are a system administrator and have no idea what this
> message is talking about, this may indicate a serious mail system
> misconfiguration somewhere. Please contact owner at bugs.debian.org
> immediately.)
<snip>
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
+49/177/9351947 50, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-mc-devel/attachments/20080611/17537da3/attachment.pgp
More information about the Pkg-mc-devel
mailing list