From: Bdale Garbee Date: Tue, 3 Aug 2010 03:57:39 +0000 (-0400) Subject: more obsolete patches X-Git-Tag: debian/1.7.4p4-1~13 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=840221c837338fd80dd8910f7ad7f5f980b5095d;p=debian%2Fsudo more obsolete patches --- diff --git a/debian/patches/series b/debian/patches/series index 395bdb5..178a4c4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,3 @@ typo-in-classic-insults.diff env.c-safety.diff paths-in-samples.diff -sudoers.pod.diff -sudo.pod.diff diff --git a/debian/patches/sudo.pod.diff b/debian/patches/sudo.pod.diff deleted file mode 100644 index 2d34627..0000000 --- a/debian/patches/sudo.pod.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- /home/bdale/Desktop/sudo-1.7.2p1/sudo.pod 2009-06-15 15:19:47.000000000 -0600 -+++ sudo/sudo.pod 2009-11-20 07:31:58.000000000 -0700 -@@ -616,6 +616,10 @@ - L, - L, L, L - -+The file /usr/share/doc/sudo/OPTIONS describes the options used for building -+the Debian version of sudo, some of which change default behaviors documented -+elsewhere in this document. -+ - =head1 AUTHORS - - Many people have worked on B over the years; this diff --git a/debian/patches/sudoers.pod.diff b/debian/patches/sudoers.pod.diff deleted file mode 100644 index 4ec9f4f..0000000 --- a/debian/patches/sudoers.pod.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- tmp/sudoers.pod 2010-03-11 12:28:58.000000000 -0700 -+++ sudo/sudoers.pod 2010-03-11 12:29:58.000000000 -0700 -@@ -93,7 +93,7 @@ - - Cmnd_Alias ::= NAME '=' Cmnd_List - -- NAME ::= [A-Z]([A-Z][0-9]_)* -+ NAME ::= [A-Z]([a-z][A-Z][0-9]_)* - - Each I definition is of the form - -@@ -747,7 +747,7 @@ - If set, root is allowed to run B too. Disabling this prevents users - from "chaining" B commands to get a root shell by doing something - like C<"sudo sudo /bin/sh">. Note, however, that turning off I --will also prevent root and from running B. -+will also prevent root from running B. - Disabling I provides no real additional security; it - exists purely for historical reasons. - This flag is I<@root_sudo@> by default.