diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-01 10:35:18 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-01 10:35:24 +0100 |
commit | 3cf31c2fe0b356ea5c04117c5235b0a3cfe34971 (patch) | |
tree | a8332dc92f933966e3819e7d12c3ee463b20a577 | |
parent | 1d134301fc4d05338d09517abc978d0a90d82e09 (diff) | |
download | libguestfs-3cf31c2fe0b356ea5c04117c5235b0a3cfe34971.tar.gz libguestfs-3cf31c2fe0b356ea5c04117c5235b0a3cfe34971.tar.xz libguestfs-3cf31c2fe0b356ea5c04117c5235b0a3cfe34971.zip |
Change link, since PostgreSQL switched to using git.
-rw-r--r-- | src/launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch.c b/src/launch.c index 56aa288b..e58add54 100644 --- a/src/launch.c +++ b/src/launch.c @@ -722,7 +722,7 @@ launch_appliance (guestfs_h *g) setpgid (0, 0); /* Writing to argv is hideously complicated and error prone. See: - * http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/ps_status.c?rev=1.33.2.1;content-type=text%2Fplain + * http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/utils/misc/ps_status.c;hb=HEAD */ /* Loop around waiting for one or both of the other processes to |