upstart/upstart-fedora-buglist.patch

33 lines
1.2 KiB
Diff

diff -urN upstart-0.3.9/configure upstart-0.3.9-adj/configure
--- upstart-0.3.9/configure 2007-10-11 17:12:41.000000000 -0400
+++ upstart-0.3.9-adj/configure 2008-04-03 11:22:20.000000000 -0400
@@ -732,7 +732,7 @@
PACKAGE_TARNAME='upstart'
PACKAGE_VERSION='0.3.9'
PACKAGE_STRING='upstart 0.3.9'
-PACKAGE_BUGREPORT='upstart-devel@lists.ubuntu.com'
+PACKAGE_BUGREPORT='fedora-devel-list@redhat.com'
ac_unique_file="init/main.c"
gt_needs=
@@ -1574,7 +1574,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <upstart-devel@lists.ubuntu.com>.
+Report bugs to <fedora-devel-list@redhat.com>.
_ACEOF
ac_status=$?
fi
diff -urN upstart-0.3.9/configure.ac upstart-0.3.9-adj/configure.ac
--- upstart-0.3.9/configure.ac 2007-10-11 17:11:27.000000000 -0400
+++ upstart-0.3.9-adj/configure.ac 2008-04-03 11:22:20.000000000 -0400
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
-AC_INIT([upstart], [0.3.9], [upstart-devel@lists.ubuntu.com])
+AC_INIT([upstart], [0.3.9], [fedora-devel-list@redhat.com])
AC_COPYRIGHT([[Copyright © 2007 Canonical Ltd.]])
AC_CONFIG_SRCDIR([init/main.c])
AC_CONFIG_MACRO_DIR([m4])