From 355cd697d1323ac224ffb19b3c66614bb6c87d87 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 3 Jul 2012 14:06:38 -0600 Subject: [PATCH] we really don't want dot-config files in the source tree! --- .eggprotocolrc | 5 --- .eggrc | 97 -------------------------------------------------- 2 files changed, 102 deletions(-) delete mode 100644 .eggprotocolrc delete mode 100644 .eggrc diff --git a/.eggprotocolrc b/.eggprotocolrc deleted file mode 100644 index a048ddb..0000000 --- a/.eggprotocolrc +++ /dev/null @@ -1,5 +0,0 @@ -# -# Current protocol for egg -# -# PROTOCOL -PROTOCOL 10 10 30 200 diff --git a/.eggrc b/.eggrc deleted file mode 100644 index 78df6e7..0000000 --- a/.eggrc +++ /dev/null @@ -1,97 +0,0 @@ -# Configuration file for egg collection software -# This specifies the egg configuration information, the contact -# information for its basket(s), and initial data acquisition parameters. - -# Each line consists of a case-sensitive keyword and a series of -# options. Defined keywords are: -# -# EGG -# -# The primary basket is the name of the basket (defined -# below) that should be contacted retrieve data from this Egg. -# The connection type is "PERM" (permanent) or "DND" -# (dial-and-drop). So far the code does not support the DND option. -# The connection interval determines the time (in minutes) -# between transmission attempts. If specified, and not equal to -# ".", gives a URL (for example http://www.somesite.net/page.html) -# which will be linked to the egg in status reports. Note that -# this specification has meaning only in the .basketrc file. For -# compatibility, it is permitted in an .eggrc file, but is ignored. -# -# BASKET -# -# This entry tells us about the existence of a set of baskets. The -# basket named as primary is the one which will be contacted -# initially. -# -# PROTOCOL -# -# Specify the default data collection protocol. The arguments are -# samples per record (1-10, though this should always be 5-10), -# seconds per records (1-3000), -# records per packet (1-60), and -# bits per sample (32-255). -# -# REG -# -# Specify hardware device. Supported types include "PEAR" only at -# this time. Port is serial port number (e.g. 1 for /dev/ttyS1); -# is baud rate. -# -# NETUP