]> arthur.barton.de Git - netatalk.git/commitdiff
small makefile and ID tagging changes
authorrufustfirefly <rufustfirefly>
Mon, 7 May 2001 12:49:18 +0000 (12:49 +0000)
committerrufustfirefly <rufustfirefly>
Mon, 7 May 2001 12:49:18 +0000 (12:49 +0000)
contrib/Makefile.am
contrib/macusers/Makefile.am [new file with mode: 0644]
contrib/macusers/macusers
contrib/nu/nu
contrib/printing/add_netatalk_printer
contrib/printing/timeout.c

index 9daa32f5ebe067dfe15c47a78325cb0a3362436a..bc0a12acbb0791a378f29f140fac2dd9c3f6a81c 100644 (file)
@@ -6,6 +6,6 @@ else
 TIMELORD =
 endif
 
-SUBDIRS = nu printing shell_utils ${TIMELORD}
+SUBDIRS = macusers nu printing shell_utils ${TIMELORD}
 
 EXTRA_DIST = ICDumpSuffixMap
diff --git a/contrib/macusers/Makefile.am b/contrib/macusers/Makefile.am
new file mode 100644 (file)
index 0000000..593cdf1
--- /dev/null
@@ -0,0 +1,5 @@
+# Makefile for contrib/macusers/
+
+bin_SCRIPTS = macusers
+
+EXTRA_DIST = README.macusers
index ac930d26ee5bb669e58ed6de0fe530da126dc096..8870beebc8634aa2718b881b1a20e3446f1e62a5 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/bin/perl
+#! /usr/bin/perl
+# $Id: macusers,v 1.2 2001-05-07 12:49:19 rufustfirefly Exp $
 
 # Written for linux; may have to be modified for your brand of Unix.
 
index ecd7a13881baa59cab522c081bcad9f2a56982f8..c3e3fec509175c0fd1617dc270522955bb8b309e 100755 (executable)
@@ -1,5 +1,7 @@
 #! /usr/bin/perl
-
+#
+# $Id: nu,v 1.2 2001-05-07 12:49:19 rufustfirefly Exp $
+#
 # nu - by Anders Brownworth   anders@thehamptons.com
 #      modified by Ambrose Li <acli@mail.mingpaoxpress.com>
 #
index 0836958714ff6a88ce5d630fd07c7df955f947a6..4306886f60f71bf2e80e7432e658eac43526e805 100644 (file)
@@ -1,5 +1,7 @@
 #! /bin/sh
 #
+# $Id: add_netatalk_printer,v 1.3 2001-05-07 12:49:19 rufustfirefly Exp $
+#
 # A lovely script to add netatalk printers 
 #
 #ident  "@(#)netatalk   0.5     99/06/22 job@uchicago.edu"  /* Netatalk 1.4*/
index 6e79f3413c7664400cc4a68e2425e2310b8ae0cc..730214d4b97e20b113e4690bbb5da3eda50df56f 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * $Id: timeout.c,v 1.2 2001-05-07 12:49:19 rufustfirefly Exp $
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>