more obsolete patches
authorBdale Garbee <bdale@gag.com>
Tue, 3 Aug 2010 03:57:39 +0000 (23:57 -0400)
committerBdale Garbee <bdale@gag.com>
Tue, 3 Aug 2010 03:57:39 +0000 (23:57 -0400)
debian/patches/series
debian/patches/sudo.pod.diff [deleted file]
debian/patches/sudoers.pod.diff [deleted file]

index 395bdb5d5f00ed06b81d5a1ec45a8b68e9be5e9f..178a4c4eac63eaace4c0b6fec4f4559badb3cbf5 100644 (file)
@@ -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 (file)
index 2d34627..0000000
+++ /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<login_cap(3)>,
- L<passwd(5)>, L<sudoers(5)>, L<visudo(8)>
-+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<sudo> over the years; this
diff --git a/debian/patches/sudoers.pod.diff b/debian/patches/sudoers.pod.diff
deleted file mode 100644 (file)
index 4ec9f4f..0000000
+++ /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<alias> definition is of the form
-
-@@ -747,7 +747,7 @@
- If set, root is allowed to run B<sudo> too.  Disabling this prevents users
- from "chaining" B<sudo> commands to get a root shell by doing something
- like C<"sudo sudo /bin/sh">.  Note, however, that turning off I<root_sudo>
--will also prevent root and from running B<sudoedit>.
-+will also prevent root from running B<sudoedit>.
- Disabling I<root_sudo> provides no real additional security; it
- exists purely for historical reasons.
- This flag is I<@root_sudo@> by default.