public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] /etc/portage
@ 2006-11-24 10:48 Arnau Bria
  2006-11-24 11:13 ` Alan McKinnon
  2006-11-24 11:24 ` Bo Ørsted Andresen
  0 siblings, 2 replies; 4+ messages in thread
From: Arnau Bria @ 2006-11-24 10:48 UTC (permalink / raw
  To: gentoo-user

Hi,

I have recently updated my laptop and found some new files
under /etc/portage:

# ls -lsa
total 36
[...]
4 drwxr-xr-x  2 root root    4096 nov 20 22:42 bin
4 drwxr-xr-x  2 root root    4096 nov 21 11:14 postsync.d
4 drwxrwsr-x  2 root portage 4096 oct 27  2004 sets

I'm comparing them with same dir in my work pc and those files/dires
are not present... The sync difference between them is about a week...

Anyone could explain me what are this files for?

(contents of each dir/file):
# cat bin/post_sync
#!/bin/sh
# Copyright 2006-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

if [ -d /etc/portage/postsync.d/ ]; then
        for f in /etc/portage/postsync.d/* ; do
                if [ -x ${f} ] ; then
                        ${f}
                fi
        done
else
        :
fi

# cat postsync.d/q-reinitialize
[ -x /usr/bin/q ] && /usr/bin/q -r

# cat postsync.d/q-reinitialize
[ -x /usr/bin/q ] && /usr/bin/q -r

Cheers!
Arnau

-- 
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-25 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-24 10:48 [gentoo-user] /etc/portage Arnau Bria
2006-11-24 11:13 ` Alan McKinnon
2006-11-25 16:10   ` Bo Ørsted Andresen
2006-11-24 11:24 ` Bo Ørsted Andresen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox