aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
commit140932d6d85b561ad06abe5006a5e973a7713c45 (patch)
treebe1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.bin/at
parent324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff)
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile2
-rw-r--r--usr.bin/at/at.12
-rw-r--r--usr.bin/at/at.c2
-rw-r--r--usr.bin/at/at.h2
-rw-r--r--usr.bin/at/panic.c2
-rw-r--r--usr.bin/at/panic.h2
-rw-r--r--usr.bin/at/parsetime.c2
-rw-r--r--usr.bin/at/parsetime.h2
-rw-r--r--usr.bin/at/pathnames.h2
-rw-r--r--usr.bin/at/privs.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index a2f9b8539a0f..aada8f05115b 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1993/12/05 11:35:35 cgd Exp $
+# Makefile,v 1.1 1994/01/05 01:08:51 nate Exp
PROG= at
SRCS= at.c panic.c parsetime.c
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1
index e33ba822b83c..0b7a53bf0aa2 100644
--- a/usr.bin/at/at.1
+++ b/usr.bin/at/at.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: at.1,v 1.1 1994/01/05 01:08:56 nate Exp $
+.\" at.1,v 1.2 1994/01/05 01:10:24 nate Exp
.\"
.Dd December 5, 1993
.Dt "AT" 1
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index 53959e34c782..20cfaf0d7e20 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -61,7 +61,7 @@
#define TIMESIZE 50
/* File scope variables */
-static char rcsid[] = "$Id: at.c,v 1.2 1993/12/06 04:10:42 cgd Exp $";
+static char rcsid[] = "at.c,v 1.1 1994/01/05 01:08:59 nate Exp";
char *no_export[] =
{
"TERM", "TERMCAP", "DISPLAY", "_"
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h
index 80da0fe979a8..c3be330d67a8 100644
--- a/usr.bin/at/at.h
+++ b/usr.bin/at/at.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: at.h,v 1.1 1993/12/05 11:36:45 cgd Exp $
+ * at.h,v 1.1 1994/01/05 01:09:01 nate Exp
*/
extern int fcreated;
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index cd19b5a986d5..21965fa76ae0 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -38,7 +38,7 @@
/* File scope variables */
-static char rcsid[] = "$Id: panic.c,v 1.1 1993/12/05 11:36:51 cgd Exp $";
+static char rcsid[] = "panic.c,v 1.1 1994/01/05 01:09:04 nate Exp";
/* External variables */
diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h
index 3b9c2eadea10..4337c2555b7d 100644
--- a/usr.bin/at/panic.h
+++ b/usr.bin/at/panic.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: panic.h,v 1.1 1993/12/05 11:36:58 cgd Exp $
+ * panic.h,v 1.1 1994/01/05 01:09:06 nate Exp
*/
void panic __P((char *a));
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c
index 64c4eeaea1ee..facc0a941423 100644
--- a/usr.bin/at/parsetime.c
+++ b/usr.bin/at/parsetime.c
@@ -116,7 +116,7 @@ static char *sc_token; /* scanner - token buffer */
static size_t sc_len; /* scanner - lenght of token buffer */
static int sc_tokid; /* scanner - token id */
-static char rcsid[] = "$Id: parsetime.c,v 1.1 1993/12/05 11:37:05 cgd Exp $";
+static char rcsid[] = "parsetime.c,v 1.1 1994/01/05 01:09:08 nate Exp";
/* Local functions */
diff --git a/usr.bin/at/parsetime.h b/usr.bin/at/parsetime.h
index 5df23f679d47..02ae9c7f3162 100644
--- a/usr.bin/at/parsetime.h
+++ b/usr.bin/at/parsetime.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: parsetime.h,v 1.1 1993/12/05 11:37:17 cgd Exp $
+ * parsetime.h,v 1.1 1994/01/05 01:09:10 nate Exp
*/
time_t parsetime __P((int argc, char **argv));
diff --git a/usr.bin/at/pathnames.h b/usr.bin/at/pathnames.h
index 400ecfa9023c..f4034a0b7921 100644
--- a/usr.bin/at/pathnames.h
+++ b/usr.bin/at/pathnames.h
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pathnames.h,v 1.1 1993/12/05 11:37:23 cgd Exp $
+ * pathnames.h,v 1.1 1994/01/05 01:09:12 nate Exp
*/
#ifndef _PATHNAMES_H_
diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h
index e1ad1b48c930..40913ab9e3ae 100644
--- a/usr.bin/at/privs.h
+++ b/usr.bin/at/privs.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: privs.h,v 1.1 1993/12/05 11:37:29 cgd Exp $
+ * privs.h,v 1.1 1994/01/05 01:09:14 nate Exp
*/
#ifndef _PRIVS_H