diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /networking | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | busybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz |
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'networking')
61 files changed, 61 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index b9ff4de4d..d50bbd39a 100644 --- a/networking/inetd.c +++ b/networking/inetd.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* $Slackware: inetd.c 1.79s 2001/02/06 13:18:00 volkerdi Exp $ */ /* $OpenBSD: inetd.c,v 1.79 2001/01/30 08:30:57 deraadt Exp $ */ /* $NetBSD: inetd.c,v 1.11 1996/02/22 11:14:41 mycroft Exp $ */ @@ -1801,4 +1802,3 @@ daytime_dg (int s, servtab_t *sep ATTRIBUTE_UNUSED) (void) sendto (s, buffer, strlen (buffer), 0, &sa, sizeof (sa)); } #endif /* CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME */ -/* vi: set sw=4 ts=4: */ diff --git a/networking/interface.c b/networking/interface.c index a666c2ef4..c3cc7c0bc 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * stolen from net-tools-1.59 and stripped down for busybox by * Erik Andersen <andersen@codepoet.org> diff --git a/networking/ip.c b/networking/ip.c index d44cc0d60..fe5714f16 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/ipaddr.c b/networking/ipaddr.c index 431755770..c90780879 100644 --- a/networking/ipaddr.c +++ b/networking/ipaddr.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 8c61e3a71..9838fcfda 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -1,4 +1,4 @@ -/* vi: set sw=4 ts=4 ai: */ +/* vi: set sw=4 ts=4: */ /* * Mini ipcalc implementation for busybox * diff --git a/networking/iplink.c b/networking/iplink.c index 2f13aff68..4a28c74a9 100644 --- a/networking/iplink.c +++ b/networking/iplink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/iproute.c b/networking/iproute.c index ce58d62e2..62335a8b3 100644 --- a/networking/iproute.c +++ b/networking/iproute.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/iptunnel.c b/networking/iptunnel.c index feff1fc9c..9ae734a21 100644 --- a/networking/iptunnel.c +++ b/networking/iptunnel.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index d594778e8..cc4b3aa01 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef _IP_COMMON_H #define _IP_COMMON_H 1 diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 6d4915775..e7084fbc6 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index ee9825ba2..262d3e356 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ipaddress.c "ip address". * diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9e30122c3..1948efe37 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * iplink.c "ip link". * diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 9b96920dc..4524d4954 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * iptunnel.c "ip tunnel" * diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 93d6d67f0..de11d9dac 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * libnetlink.c RTnetlink service routines. * diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h index c8a8b783c..c2ef984c4 100644 --- a/networking/libiproute/libnetlink.h +++ b/networking/libiproute/libnetlink.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LIBNETLINK_H__ #define __LIBNETLINK_H__ 1 diff --git a/networking/libiproute/linux/pkt_sched.h b/networking/libiproute/linux/pkt_sched.h index ec5b3fddd..d6cf1fc06 100644 --- a/networking/libiproute/linux/pkt_sched.h +++ b/networking/libiproute/linux/pkt_sched.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LINUX_PKT_SCHED_H #define __LINUX_PKT_SCHED_H diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index bb89a45a8..6c147deca 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_addr.c * diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c index 0ac5ea956..48775122c 100644 --- a/networking/libiproute/ll_map.c +++ b/networking/libiproute/ll_map.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_map.c * diff --git a/networking/libiproute/ll_map.h b/networking/libiproute/ll_map.h index 739f157e7..226d48fc2 100644 --- a/networking/libiproute/ll_map.h +++ b/networking/libiproute/ll_map.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LL_MAP_H__ #define __LL_MAP_H__ 1 diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 2319530ad..f026ab7e6 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_proto.c * diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c index a38ecc7c0..a53c89432 100644 --- a/networking/libiproute/ll_types.c +++ b/networking/libiproute/ll_types.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_types.c * diff --git a/networking/libiproute/rt_names.c b/networking/libiproute/rt_names.c index 9d47491bc..5181ba4b7 100644 --- a/networking/libiproute/rt_names.c +++ b/networking/libiproute/rt_names.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * rt_names.c rtnetlink names DB. * diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h index deb5aa6f4..41afeed63 100644 --- a/networking/libiproute/rt_names.h +++ b/networking/libiproute/rt_names.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef RT_NAMES_H_ #define RT_NAMES_H_ 1 diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index 5f6a9e69c..8aaee4bd7 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * rtm_map.c * diff --git a/networking/libiproute/rtm_map.h b/networking/libiproute/rtm_map.h index 70bda7d05..1ffb940b9 100644 --- a/networking/libiproute/rtm_map.h +++ b/networking/libiproute/rtm_map.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __RTM_MAP_H__ #define __RTM_MAP_H__ 1 diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 16ac30070..094a3b0ac 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * utils.c * diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h index 67631234e..0b0d7545a 100644 --- a/networking/libiproute/utils.h +++ b/networking/libiproute/utils.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __UTILS_H__ #define __UTILS_H__ 1 diff --git a/networking/nameif.c b/networking/nameif.c index 3d53d6f15..f13ef1b8b 100644 --- a/networking/nameif.c +++ b/networking/nameif.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * nameif.c - Naming Interfaces based on MAC address for busybox. * diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index b029af9bf..97dfcc185 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * arpping.c * diff --git a/networking/udhcp/arpping.h b/networking/udhcp/arpping.h index 30959ca99..2990e30f6 100644 --- a/networking/udhcp/arpping.h +++ b/networking/udhcp/arpping.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * arpping .h */ diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c index 14e6c6678..82975700c 100644 --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* clientpacket.c * * Packet generation and dispatching functions for the DHCP client. diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h index 8e5441bc7..b9b9a668f 100644 --- a/networking/udhcp/clientpacket.h +++ b/networking/udhcp/clientpacket.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef _CLIENTPACKET_H #define _CLIENTPACKET_H diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 5d08421b3..a1c4eadab 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * clientsocket.c -- DHCP client socket creation * diff --git a/networking/udhcp/clientsocket.h b/networking/udhcp/clientsocket.h index 17a55c154..ea6078397 100644 --- a/networking/udhcp/clientsocket.h +++ b/networking/udhcp/clientsocket.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* clientsocket.h */ #ifndef _CLIENTSOCKET_H #define _CLIENTSOCKET_H diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 77e689446..eb73c2162 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* common.h * * Russ Dill <Russ.Dill@asu.edu> September 2001 diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 8c795bc62..989759ab8 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* dhcpc.c * * udhcp DHCP client diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 7c93f4232..42af0a367 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* dhcpc.h */ #ifndef _DHCPC_H #define _DHCPC_H diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 29ca06a68..b481e6ef2 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* dhcpd.c * * udhcp Server diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index 37ebbe326..dc8f3c427 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* dhcpd.h */ #ifndef _DHCPD_H #define _DHCPD_H diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index d2ca2363f..a0a3bfcd8 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * files.c -- DHCP server file manipulation * * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h index 03acee2fc..884693117 100644 --- a/networking/udhcp/files.h +++ b/networking/udhcp/files.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* files.h */ #ifndef _FILES_H #define _FILES_H diff --git a/networking/udhcp/frontend.c b/networking/udhcp/frontend.c index fa77ab977..0f072b9f5 100644 --- a/networking/udhcp/frontend.c +++ b/networking/udhcp/frontend.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #include <string.h> extern int udhcpd_main(int argc, char *argv[]); diff --git a/networking/udhcp/leases.c b/networking/udhcp/leases.c index bb08c3adb..4c69c1f93 100644 --- a/networking/udhcp/leases.c +++ b/networking/udhcp/leases.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * leases.c -- tools to manage DHCP leases * Russ Dill <Russ.Dill@asu.edu> July 2001 diff --git a/networking/udhcp/leases.h b/networking/udhcp/leases.h index b13fa72d3..8dba65e29 100644 --- a/networking/udhcp/leases.h +++ b/networking/udhcp/leases.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* leases.h */ #ifndef _LEASES_H #define _LEASES_H diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h index c47af2d0a..3cf2d1401 100644 --- a/networking/udhcp/libbb_udhcp.h +++ b/networking/udhcp/libbb_udhcp.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* libbb_udhcp.h - busybox compatibility wrapper */ /* bit of a hack, do this no matter what the order of the includes. diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 0657b3239..02c251083 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * options.c -- DHCP server option packet tools * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index 4948bac00..b0a649fef 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* options.h */ #ifndef _OPTIONS_H #define _OPTIONS_H diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 1bdade7e5..67a452dbc 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #include <unistd.h> #include <string.h> #include <netinet/in.h> diff --git a/networking/udhcp/packet.h b/networking/udhcp/packet.h index f595422e4..0257a2ca9 100644 --- a/networking/udhcp/packet.h +++ b/networking/udhcp/packet.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef _PACKET_H #define _PACKET_H diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c index 7a956fb47..b837270fb 100644 --- a/networking/udhcp/pidfile.c +++ b/networking/udhcp/pidfile.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* pidfile.c * * Functions to assist in the writing and removing of pidfiles. diff --git a/networking/udhcp/pidfile.h b/networking/udhcp/pidfile.h index ea97d1de5..38c849305 100644 --- a/networking/udhcp/pidfile.h +++ b/networking/udhcp/pidfile.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* pidfile.h * * Functions to assist in the writing and removing of pidfiles. diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index d1b272de6..8c4933455 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* script.c * * Functions to call the DHCP client notification scripts diff --git a/networking/udhcp/serverpacket.c b/networking/udhcp/serverpacket.c index e40432ebe..8c7b1642a 100644 --- a/networking/udhcp/serverpacket.c +++ b/networking/udhcp/serverpacket.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* serverpacket.c * * Construct and send DHCP server packets diff --git a/networking/udhcp/serverpacket.h b/networking/udhcp/serverpacket.h index 902492895..20e1d5d2b 100644 --- a/networking/udhcp/serverpacket.h +++ b/networking/udhcp/serverpacket.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef _SERVERPACKET_H #define _SERVERPACKET_H diff --git a/networking/udhcp/signalpipe.c b/networking/udhcp/signalpipe.c index e973ff6b2..9951eb57d 100644 --- a/networking/udhcp/signalpipe.c +++ b/networking/udhcp/signalpipe.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* signalpipe.c * * Signal pipe infrastructure. A reliable way of delivering signals. diff --git a/networking/udhcp/signalpipe.h b/networking/udhcp/signalpipe.h index 70c1e5715..1621d5772 100644 --- a/networking/udhcp/signalpipe.h +++ b/networking/udhcp/signalpipe.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* signalpipe.h * * Russ Dill <Russ.Dill@asu.edu> December 2003 diff --git a/networking/udhcp/socket.c b/networking/udhcp/socket.c index 6417267ec..2d253c1f2 100644 --- a/networking/udhcp/socket.c +++ b/networking/udhcp/socket.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * socket.c -- DHCP server client/server socket creation * diff --git a/networking/udhcp/socket.h b/networking/udhcp/socket.h index 66179d4f5..23bffa16d 100644 --- a/networking/udhcp/socket.h +++ b/networking/udhcp/socket.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* socket.h */ #ifndef _SOCKET_H #define _SOCKET_H diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c index 524798316..0d962c56e 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * static_leases.c -- Couple of functions to assist with storing and * retrieving data for static leases diff --git a/networking/udhcp/static_leases.h b/networking/udhcp/static_leases.h index 81708ffea..b23bbcfff 100644 --- a/networking/udhcp/static_leases.h +++ b/networking/udhcp/static_leases.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* static_leases.h */ #ifndef _STATIC_LEASES_H #define _STATIC_LEASES_H diff --git a/networking/zcip.c b/networking/zcip.c index 836cb78b2..5e1067377 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * RFC3927 ZeroConf IPv4 Link-Local addressing * (see <http://www.zeroconf.org/>) |