~ubuntu-branches/ubuntu/natty/procps/natty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/10_ps.1.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-06-03 07:28:56 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090603072856-zbj1y7nvc1bquf1o
Tags: 1:3.2.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules (Ubuntu-specific):
    - set init script to priority 17.
    - install sysctl files from new sysctl.d directory.
    - append debian/sysctl.d/*.conf.$DEB_HOST_ARCH to 10-arch-specific.conf
  - debian/sysctl.d (Ubuntu-specific):
    - 10-console-messages.conf: stop low-level kernel messages on console.
    - 10-network-security.conf: enable rp_filter and SYN-flood protection.
    - 10-keyboard.conf.powerpc: mouse button emulation on PowerPC.
  - Drop conf-file-cleanups in debian/{preinst,postinst,postrm}.
  - Drop pre-Hardy rcS.d procps.sh cleanups in debian/postinst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: ps.1 normal indent widths
6
6
## DP: pri field explained #465761
7
7
## DP: --no-heading comment is an alias for --no-headers
 
8
## DP: Removed setproctitle(1) reference #529045
8
9
 
9
10
@DPATCH@
10
 
diff -urNad procps-3.2.7~/ps/ps.1 procps-3.2.7/ps/ps.1
11
 
--- procps-3.2.7~/ps/ps.1       2008-04-07 09:13:00.000000000 +1000
12
 
+++ procps-3.2.7/ps/ps.1        2008-04-07 09:59:52.000000000 +1000
 
11
diff -urNad procps-3.2.8~/ps/ps.1 procps-3.2.8/ps/ps.1
 
12
--- procps-3.2.8~/ps/ps.1       2009-05-28 17:40:42.000000000 +1000
 
13
+++ procps-3.2.8/ps/ps.1        2009-05-28 17:41:32.000000000 +1000
13
14
@@ -18,12 +18,6 @@
14
15
 .nh
15
16
 .if n .ss 12 0
23
24
 .\"
24
25
 .\" ColSize is used for the format spec table.
25
26
 .\" It's the left margin, minus the right, minus
 
27
@@ -499,7 +493,7 @@
 
28
 .opt c
 
29
 Show the true command name. This is derived from the name of the
 
30
 executable file, rather than from the argv value. Command arguments
 
31
-and any modifications to them (see\ \fIsetproctitle\fR(3)) are
 
32
+and any modifications to them  are
 
33
 thus not shown. This option
 
34
 effectively turns the \fBargs\fR format keyword into the \fBcomm\fR
 
35
 format keyword; it is useful with the \fB\-f\fR format option and with
26
36
@@ -588,7 +582,8 @@
27
37
 repeat header lines, one per page of output
28
38
 
33
43
 
34
44
 .opt \-\-lines \ n
35
45
 set screen height
36
 
@@ -1139,6 +1134,10 @@
 
46
@@ -1159,6 +1154,10 @@
37
47
 parent process ID.
38
48
 T}
39
49