Lines Matching full:exec
90 exec "sync && sync && sync";
91 exec "sleep 1";
92 exec "zzz";
133 In the example above, the three lines beginning with `exec' are commands
164 exec "/etc/rc.suspend";
168 exec "sync && sync && sync";
169 exec "sleep 1";
170 exec "apm -z";
174 exec "/etc/rc.resume";
181 # exec "kill -HUP `cat /var/run/moused.pid`";
189 # exec "sync && sync && sync";
190 # exec "sleep 1";
191 # exec "apm -Z";