summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2014-05-08 10:49:25 +0200
committerChristian Perrier <bubulle@debian.org>2014-05-08 10:49:25 +0200
commit11e8de1be1afb4171929f82756f8d348425c6d28 (patch)
tree04c2c2276346f3c191db623e5b09753c06d92687 /debian
parentdedf96dd6f17b4e953b2befbf2db33430ea9abc8 (diff)
downloadshadow-11e8de1be1afb4171929f82756f8d348425c6d28.tar.gz
Fix a typo in su manpage. Done as an upstream patch, as of now and will be part of 4.2.1 Closes: #730692
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/1020_fix-typo-manpage13
-rw-r--r--debian/patches/series1
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ea44b254..30b3af99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ shadow (1:4.2-3) UNRELEASED; urgency=low
* Fix some typos and errors in German translation of manpages.
Done as an upstream patch, as of now and will be part of 4.2.1
Closes: #734609
+ * Fix a typo in su manpage.
+ Done as an upstream patch, as of now and will be part of 4.2.1
+ Closes: #730692
[ Laurent Bigonville ]
* Move pam_selinux open call higher in the session stack. Closes: #747313
diff --git a/debian/patches/1020_fix-typo-manpage b/debian/patches/1020_fix-typo-manpage
new file mode 100644
index 00000000..3b2af53e
--- /dev/null
+++ b/debian/patches/1020_fix-typo-manpage
@@ -0,0 +1,13 @@
+Index: git/man/su.1.xml
+===================================================================
+--- git.orig/man/su.1.xml
++++ git/man/su.1.xml
+@@ -157,7 +157,7 @@
+ </para>
+ <para>
+ The executed command will have no controlling terminal. This
+- option cannot be used to execute interractive programs which
++ option cannot be used to execute interactive programs which
+ need a controlling TTY.
+ <!-- This avoids TTY hijacking when su is used to lower
+ privileges -->
diff --git a/debian/patches/series b/debian/patches/series
index 492e29bd..aa1672cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,6 +2,7 @@
#900_testsuite_groupmems
#901_testsuite_gcov
+1020_fix-typo-manpage
503_shadowconfig.8
008_login_log_failure_in_FTMP
429_login_FAILLOG_ENAB