代码搜索:until

找到约 4,232 项符合「until」的源代码

代码结果 4,232
www.eeworm.com/read/140582/5786998

wait-until-pluto-started

#!/bin/sh # Wait until --listen succeeds. # This will delay until pluto is started count=20 until [ $count -eq 0 ] || ipsec whack --listen >/dev/null 2>&1 do count=`expr $count - 1` sleep 2 done
www.eeworm.com/read/117181/6110789

exp mi0-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #
www.eeworm.com/read/479931/1328660

exp mi2-until.exp

# Copyright 1999, 2000, 2001, 2003, 2005, 2007, 2008 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Pu
www.eeworm.com/read/431110/1912138

wait-until-policy-loaded

#!/bin/sh # Wait until --listen succeeds, and then look for trap route # caused by "packetdefault" # This will delay until pluto is started count=20 until [ $count -eq 0 ] || ipsec whack --listen >/
www.eeworm.com/read/431110/1912141

wait-until-pluto-started

#!/bin/sh # Wait until --listen succeeds. # This will delay until pluto is started count=20 until [ $count -eq 0 ] || ipsec whack --listen >/dev/null 2>&1 do count=`expr $count - 1` sleep 2 done
www.eeworm.com/read/419387/2079002

exp mi2-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #
www.eeworm.com/read/419387/2079037

exp mi1-until.exp

# Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by #