Gentoo Archives: gentoo-hardened

From: basile <basile@××××××××××××××.edu>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] Moving layman
Date: Fri, 05 Mar 2010 13:03:29
Message-Id: 4B90FD0A.9070502@opensource.dyc.edu
1 Hi everyone,
2
3 I had a lot of systems on which to move layman. Since many of us use
4 the overlay, I figured I'd share my little script I used. Its trivial
5 but it seems to be all one needs.
6
7
8 #!/bin/bash
9
10 mv /usr/local/portage/layman/ /var/lib/
11 sed -i 's:/usr/local/portage:/var/lib:' /var/lib/layman/make.conf
12 sed -i 's:/usr/local/portage:/var/lib:' /etc/make.conf
13
14 --
15
16 Anthony G. Basile, Ph.D.
17 Chair of Information Technology
18 D'Youville College
19 Buffalo, NY 14201
20 USA
21
22 (716) 829-8197

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-hardened] Moving layman Cyprien Nicolas <c.nicolas@×××××.com>