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-07 21:59:48 +0100 |
commit | 6da45feaec91180673d9edce6994339d8b36d8c9 (patch) | |
tree | 56437d67391b7310511d53e32f50915bb89ca694 /src/launch.c | |
parent | 650cd79f54ee42523a517fdbf19b170803d422f5 (diff) | |
download | libguestfs-6da45feaec91180673d9edce6994339d8b36d8c9.tar.gz libguestfs-6da45feaec91180673d9edce6994339d8b36d8c9.tar.xz libguestfs-6da45feaec91180673d9edce6994339d8b36d8c9.zip |
Change link, since PostgreSQL switched to using git.
(cherry picked from commit 3cf31c2fe0b356ea5c04117c5235b0a3cfe34971)
Diffstat (limited to 'src/launch.c')
-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 e9a1741f..f8ab0292 100644 --- a/src/launch.c +++ b/src/launch.c @@ -688,7 +688,7 @@ launch_appliance (guestfs_h *g) pid_t parent_pid = getppid (); /* 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 |