Check-in Number:
|
1616 | |
Date: |
2002-Jan-23 16:36:05 (local)
2002-Jan-23 15:36:05 (UTC) |
User: | ms |
Branch: | |
Comment: |
flush |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc.pod 1.14 -> 1.15
--- rc.pod 2002/01/23 14:58:51 1.14
+++ rc.pod 2002/01/23 15:36:05 1.15
@@ -38,6 +38,10 @@
# RegexSection (?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)
+# - instead of separate run-commands use a global one
+# - temporarily deactivation of run-commands through environment variable
+# - perhaps: "rc <class>[,<class>[,...]] <cmd> [-<opt> ...] [<cmd> ...]
+
# Examples:
# rc.foo
@@ -95,7 +99,6 @@
}
}
-
cd () {
eval `rc --eval --rcfunc=$HOME/.cdfunc --rcfile-owner=$USER --rcfile-umask=022 --dir .:..:../..:../../.. --rcfile .cd all leave`
builtin cd ${1+"$@"}
|
|