Displaying 3 results from an estimated 3 matches for "saveifs".
Did you mean:
save_ifs
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed
any light on this message and where I should be looking? Thanks
root@bobshost:~# shorewall stop
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Stopping Shorewall...Processing /etc/shorewall/stop ...
IP Forwarding Enabled
2012 Jul 02
0
[klibc:master] [EVAL] Remove unused EV_BACKCMD flag
...ifdef notyet
- /*
- * For now we disable executing builtins in the same
- * context as the shell, because we are not keeping
- * enough state to recover from changes that are
- * supposed only to affect subshells. eg. echo "`cd /`"
- */
- if (n->type == NCMD) {
- struct ifsregion saveifs;
- struct ifsregion *savelastp;
- struct nodelist *saveargbackq;
-
- saveifs = ifsfirst;
- savelastp = ifslastp;
- saveargbackq = argbackq;
-
- exitstatus = oexitstatus;
- evalcommand(n, EV_BACKCMD, result);
-
- ifsfirst = saveifs;
- ifslastp = savelastp;
- argbackq = saveargbackq;
- } el...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...39;' -z /etc/shorewall:/usr/share/shorewall '']''
+ VERSION_FILE=/usr/share/shorewall/version
+ ''['' -f /usr/share/shorewall/version '']''
++ cat /usr/share/shorewall/version
+ version=2.4.0-RC2
+ run_user_exit params
++ find_file params
++ local saveifs= directory
++ case $1 in
++ ''['' -n '''' -a -f /params '']''
++ saveifs=''
''
++ IFS=:
++ for directory in ''$CONFIG_PATH''
++ ''['' -f /etc/shorewall/params '']''
++ echo /etc/shorewa...