diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-10 22:31:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-10 22:31:50 +0000 |
commit | cabf22b8084ec36b00c364c78f52907be78a0b99 (patch) | |
tree | 3476387c8cba3389c56e92301e46e3dd6191e4ce /app-shells | |
parent | Version bump. (diff) | |
download | historical-cabf22b8084ec36b00c364c78f52907be78a0b99.tar.gz historical-cabf22b8084ec36b00c364c78f52907be78a0b99.tar.bz2 historical-cabf22b8084ec36b00c364c78f52907be78a0b99.zip |
touchup docs some more
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/Manifest | 8 | ||||
-rw-r--r-- | app-shells/bash/files/bash-3.1-ulimit.patch | 16 |
2 files changed, 16 insertions, 8 deletions
diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 3be08f1658de..aad2bd9ba9f5 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -49,7 +49,7 @@ MD5 c16b3704ff34112b6f152205c2565f5b files/bash-3.0-utf8.patch 1392 MD5 7b9f39ddd140c23e0a3ad4010ab008a8 files/bash-3.0-volatile-command.patch 512 MD5 9897114c737c0277d973b33b519f6df4 files/bash-3.1-bash-logger.patch 2209 MD5 0ea8241cac27acdecd7bddfc5d89e806 files/bash-3.1-gentoo.patch 2005 -MD5 f8cf2e5159a4811159eb7fd1aaa0e208 files/bash-3.1-ulimit.patch 3711 +MD5 f6e2f0d9e5a4dcb898dc2b04c13ac67d files/bash-3.1-ulimit.patch 4094 MD5 229ccc2980a94877f2e87f957e9da7bf files/bash_logout 205 MD5 1f2890881a3a8c96772d60974d06fd42 files/bashrc 1709 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r11 461 @@ -65,7 +65,7 @@ MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDm1AVgIKl8Uu19MoRAorVAJ9azHx+E0xc3YrDko/7JeGoKqM8AgCeIJk6 -EK8YuZaDLAwkdwsjP9+1wPM= -=ZBEZ +iD8DBQFDm1gWgIKl8Uu19MoRArpVAJ9ONCnmIntX0uk7/EOL9yy3AHH0vgCeIuI0 +DC/xUelOvLK4soE/TWtNvU4= +=kVFh -----END PGP SIGNATURE----- diff --git a/app-shells/bash/files/bash-3.1-ulimit.patch b/app-shells/bash/files/bash-3.1-ulimit.patch index 3d78dd1b421d..f7add630af0f 100644 --- a/app-shells/bash/files/bash-3.1-ulimit.patch +++ b/app-shells/bash/files/bash-3.1-ulimit.patch @@ -5,22 +5,30 @@ for many other options --- builtins/ulimit.def +++ builtins/ulimit.def -@@ -34,6 +34,7 @@ +@@ -34,18 +34,20 @@ -a all current limits are reported -c the maximum size of core files created -d the maximum size of a process's data segment + -e the maximum scheduling priority (`nice') -f the maximum size of files created by the shell - -i the maximum number of pending signals +- -i the maximum number of pending signals ++ -i the maximum number of pending signals -l the maximum size a process may lock into memory -@@ -41,6 +42,7 @@ + -m the maximum resident set size -n the maximum number of open file descriptors -p the pipe buffer size - -q the maximum number of bytes in POSIX message queues +- -q the maximum number of bytes in POSIX message queues ++ -q the maximum number of bytes in POSIX message queues + -r the maximum rt priority -s the maximum stack size -t the maximum amount of cpu time in seconds -u the maximum number of user processes + -v the size of virtual memory +- -x the maximum number of file locks ++ -x the maximum number of file locks + + If LIMIT is given, it is the new value of the specified resource; + the special LIMIT values `soft', `hard', and `unlimited' stand for @@ -202,6 +204,9 @@ #ifdef RLIMIT_DATA { 'd', RLIMIT_DATA, 1024, "data seg size", "kbytes" }, |