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.
-- 
[email protected] mailing list

Reply via email to