mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 13:42:10 -05:00
lock -n is similiar to flock -n. If the lock was already taken, fail with exit code = 1 and write error message to stderr. example: if ! lock -n /tmp/foo ; then echo lock exits. else echo lock was free. But is locked now. fi > lock was free. But is locked now. > lock exists. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 46836 |
||
|---|---|---|
| .. | ||
| 001-resource_h_include.patch | ||
| 100-trylink_bash.patch | ||
| 101-gen_build_files_bash.patch | ||
| 110-no_static_libgcc.patch | ||
| 120-remove_uclibc_rpc_check.patch | ||
| 130-mconf_missing_sigwinch.patch | ||
| 200-udhcpc_reduce_msgs.patch | ||
| 201-udhcpc_changed_ifindex.patch | ||
| 203-udhcpc_renew_no_deconfig.patch | ||
| 204-udhcpc_src_ip_rebind.patch | ||
| 210-add_netmsg_util.patch | ||
| 220-add_lock_util.patch | ||
| 230-ntpd_delayed_resolve.patch | ||
| 240-telnetd_intr.patch | ||
| 250-date-k-flag.patch | ||
| 260-arping_missing_includes.patch | ||
| 270-libbb_make_unicode_printable.patch | ||
| 280-fix_find_regression.patch | ||
| 290-ash-fix-a-regression-in-handling-local-variables.patch | ||
| 300-ip-addr-improvements.patch | ||
| 301-ip-link-fix-netlink-msg-size.patch | ||