Hello, the following patch fixes broken URLs in various utils/*.pod files. (The broken URLs were introduced in r1582.)
I propose this patch for trunk and for the 2.8 branch. === modified file 'utils/aa-audit.pod' --- utils/aa-audit.pod 2011-02-07 23:39:54 +0000 +++ utils/aa-audit.pod 2013-09-19 18:44:52 +0000 @@ -16,7 +16,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-autodep.pod' --- utils/aa-autodep.pod 2011-02-07 23:39:54 +0000 +++ utils/aa-autodep.pod 2013-09-19 18:44:57 +0000 @@ -42,7 +42,7 @@ This program does not perform full static analysis of executables, so the profiles generated are necessarily incomplete. If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-complain.pod' --- utils/aa-complain.pod 2011-02-07 23:39:54 +0000 +++ utils/aa-complain.pod 2013-09-19 18:45:02 +0000 @@ -37,7 +37,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-disable.pod' --- utils/aa-disable.pod 2011-02-07 23:39:36 +0000 +++ utils/aa-disable.pod 2013-09-19 18:46:01 +0000 @@ -39,7 +39,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-enforce.pod' --- utils/aa-enforce.pod 2011-05-02 20:33:31 +0000 +++ utils/aa-enforce.pod 2013-09-19 18:46:07 +0000 @@ -41,7 +41,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-exec.pod' --- utils/aa-exec.pod 2012-04-11 16:16:47 +0000 +++ utils/aa-exec.pod 2013-09-19 18:46:10 +0000 @@ -87,7 +87,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-genprof.pod' --- utils/aa-genprof.pod 2011-02-07 23:39:54 +0000 +++ utils/aa-genprof.pod 2013-09-19 18:46:14 +0000 @@ -73,7 +73,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-logprof.pod' --- utils/aa-logprof.pod 2011-02-07 23:39:54 +0000 +++ utils/aa-logprof.pod 2013-09-19 18:46:17 +0000 @@ -155,7 +155,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-status.pod' --- utils/aa-status.pod 2010-12-20 20:29:10 +0000 +++ utils/aa-status.pod 2013-09-19 18:46:29 +0000 @@ -116,7 +116,7 @@ =back If you find any additional bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/aa-unconfined.pod' --- utils/aa-unconfined.pod 2010-12-20 20:29:10 +0000 +++ utils/aa-unconfined.pod 2013-09-19 18:46:36 +0000 @@ -47,7 +47,7 @@ to profiling all network-accessible processes in the lab. If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO === modified file 'utils/logprof.conf.pod' --- utils/logprof.conf.pod 2011-02-07 23:39:54 +0000 +++ utils/logprof.conf.pod 2013-09-19 18:46:39 +0000 @@ -103,7 +103,7 @@ =head1 BUGS If you find any bugs, please report them at -L<http://https://bugs.launchpad.net/apparmor/+filebug>. +L<https://bugs.launchpad.net/apparmor/+filebug>. =head1 SEE ALSO Regards, Christian Boltz -- Always file a bug: if it's not in Bugzilla, then it's not there ;) [Pascal Bleser in opensuse-factory] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
