From: Goetz Bock <bock@blacknet.de>
To: xen-devel@lists.xensource.com
Subject: Re: a more permenant solution to /lib/tls.disabled
Date: Sun, 26 Feb 2006 12:55:18 +0100 [thread overview]
Message-ID: <20060226115518.GD3363@shell.blacknet.de> (raw)
In-Reply-To: <AEC6C66638C05B468B556EA548C1A77DAF0A15@trantor>
On Sun, Feb 26 '06 at 11:06, James Harper wrote:
> Almost every time I do an 'apt-get upgrade' or 'apt-get dist-upgrade', I
> get a new /lib/tls, and because I never log in at the console it often
> gets forgotten.
You could divert them
cd /lib/tls
for i in *
do dpkg-divert --add --local --divert /lib/tls.disabled/$i /lib/tls/$i
done
cd ..
mv tls tls.disabled
--
Goetz Bock (c) 2006 as blacknet.de - Munich - Germany /"\
IT Consultant Creative Commons secure mobile Linux everNETting \ /
X
ASCII Ribbon Campaign against HTML email & microsoft attachments / \
prev parent reply other threads:[~2006-02-26 11:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-26 0:06 a more permenant solution to /lib/tls.disabled James Harper
2006-02-26 11:18 ` Marcin Owsiany
2006-02-26 11:55 ` Goetz Bock [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060226115518.GD3363@shell.blacknet.de \
--to=bock@blacknet.de \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.