diff options
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/Configure | 1 | ||||
-rwxr-xr-x | src/scripts/Configure-Makefile | 1 | ||||
-rwxr-xr-x | src/scripts/Configure-config.h | 1 | ||||
-rwxr-xr-x | src/scripts/Configure-eximon | 1 | ||||
-rwxr-xr-x | src/scripts/Configure-os.c | 1 | ||||
-rwxr-xr-x | src/scripts/Configure-os.h | 1 | ||||
-rwxr-xr-x | src/scripts/MakeLinks | 1 | ||||
-rwxr-xr-x | src/scripts/arch-type | 1 | ||||
-rwxr-xr-x | src/scripts/exim_install | 1 | ||||
-rwxr-xr-x | src/scripts/newer | 1 | ||||
-rwxr-xr-x | src/scripts/os-type | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/src/scripts/Configure b/src/scripts/Configure index ac82c3b52..06bd8bdd4 100755 --- a/src/scripts/Configure +++ b/src/scripts/Configure @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # A script to be called to run all the other configuring scripts manually. diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index abef50017..8a4362a74 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-Makefile,v 1.3 2009/11/20 21:22:20 nm4 Exp $ # Shell script to build Makefile in a build directory. It must be called # from inside the directory. It does its own checking of when to rebuild; it diff --git a/src/scripts/Configure-config.h b/src/scripts/Configure-config.h index e2359b097..c23523995 100755 --- a/src/scripts/Configure-config.h +++ b/src/scripts/Configure-config.h @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-config.h,v 1.2 2005/05/04 10:17:29 ph10 Exp $ # Build the config.h file, using the buildconfig program, first ensuring that # it exists. diff --git a/src/scripts/Configure-eximon b/src/scripts/Configure-eximon index 1ea74b7ea..0aca3b338 100755 --- a/src/scripts/Configure-eximon +++ b/src/scripts/Configure-eximon @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-eximon,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # Shell script to build the configurable part of the Exim monitor's start-up # script. This is built from various configuration files. The final part is diff --git a/src/scripts/Configure-os.c b/src/scripts/Configure-os.c index d7613bcda..f00a5627a 100755 --- a/src/scripts/Configure-os.c +++ b/src/scripts/Configure-os.c @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-os.c,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # Shell script to build os.c. There doesn't have to be an OS-specific os.c # file, but if there is, it gets copied at the start of os.c. The basic src diff --git a/src/scripts/Configure-os.h b/src/scripts/Configure-os.h index f3d8d5193..e9f6afd98 100755 --- a/src/scripts/Configure-os.h +++ b/src/scripts/Configure-os.h @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-os.h,v 1.3 2008/04/13 09:22:45 tom Exp $ # Shell script to create a link to the appropriate OS-specific header file. diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index ac0920955..87baa3850 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -1,5 +1,4 @@ #!/bin/sh -# $Cambridge: exim/src/scripts/MakeLinks,v 1.17 2009/11/13 15:58:17 nm4 Exp $ # Script to build links for all the exim source files from the system- # specific build directory. It should be run from within that directory. diff --git a/src/scripts/arch-type b/src/scripts/arch-type index 9fa7f0bd5..f5fe8ebd3 100755 --- a/src/scripts/arch-type +++ b/src/scripts/arch-type @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/arch-type,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # Shell script to determine the architecture type. diff --git a/src/scripts/exim_install b/src/scripts/exim_install index 616ab3c16..b9330ae0c 100755 --- a/src/scripts/exim_install +++ b/src/scripts/exim_install @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/exim_install,v 1.3 2009/10/30 15:14:04 nm4 Exp $ # Script to install Exim binaries in BIN_DIRECTORY, which is defined in # the local Makefile. It expects to be run in a build directory. It needs diff --git a/src/scripts/newer b/src/scripts/newer index a2b92f6b8..24c09e8f0 100755 --- a/src/scripts/newer +++ b/src/scripts/newer @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/newer,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # Script to determine whether the first file is newer than the second. # If the first does not exist, the answer is "no"; diff --git a/src/scripts/os-type b/src/scripts/os-type index 7894de640..a188c4a56 100755 --- a/src/scripts/os-type +++ b/src/scripts/os-type @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/os-type,v 1.6 2009/11/13 12:18:35 nm4 Exp $ # Shell script to determine the operating system type. Some of the heuristics # herein have accumulated over the years and may not strictly be needed now, |