On 03/01/2010 04:29 PM, fons@xxxxxxxxxxxxxxx wrote:
On Mon, Mar 01, 2010 at 11:32:15AM -0700, jwbirdsong wrote:
Patch shadow your self w/ aforementioned gentoo patch. works fine
after building w/ the patch.
(maybe a completely stupid question)
Is there a systematic way to get the source version of
an Arch package ?
Searching AUR for 'groupmod' turns up niente.
Ciao,
Step 1:
[darose@daroselin ~]$ which groupmod
/usr/sbin/groupmod
Step 2:
[darose@daroselin ~]$ pacman -Qo /usr/sbin/groupmod
/usr/sbin/groupmod is owned by shadow 4.1.4.2-1
Step 2.5 (if your abs is not up to date):
[darose@daroselin ~]$ sudo abs
... lots of updates to stdout ...
Step 3:
[darose@daroselin ~]$ find /var/abs -name shadow
/var/abs/core/filesystem/shadow
/var/abs/core/shadow
/var/abs/core/shadow/shadow
/var/abs/testing/filesystem/shadow
[darose@daroselin ~]$ cp -r /var/abs/core/shadow /var/abs/local
Step 4:
[darose@daroselin ~]$ cd /var/abs/local/shadow
[darose@daroselin ~]$ makepkg -o
HTH,
DR