X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fscripts%2FConfigure-os.h;h=e9f6afd984931e054f2d986c4f24404aa00fc7d7;hb=93d55ee3221f7802c9329576575322f4764b5211;hp=afe4bf8ece888f2173818787b177c1b49b768aff;hpb=6a8f9482e9c8fc26565a6c404b3936d67c56da16;p=exim.git diff --git a/src/scripts/Configure-os.h b/src/scripts/Configure-os.h index afe4bf8ec..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.2 2008/01/17 13:03:35 tom Exp $ # Shell script to create a link to the appropriate OS-specific header file. @@ -31,7 +30,7 @@ rm -f os.h # In order to accomodate for the fudge below, copy the file instead of # symlinking it. Otherwise we pollute the clean copy with the fudge. -cp -a ../OS/os.h-$os os.h || exit 1 +cp -p ../OS/os.h-$os os.h || exit 1 # Special-purpose fudge for older versions of Linux (pre 2.1.15) that # use the structure name "options" instead of "ip_options".