On Fri, May 22, 2009 at 12:40:59AM +0200, Thierry Deval wrote:
> Install kernel as /absd, and save old one as /oabsd ?
i think /bsd is fine.
> Index: sys/arch/alpha/conf/Makefile.alpha
> ===================================================================
> RCS file: /cvs/src/sys/arch/alpha/conf/Makefile.alpha,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.alpha
> --- sys/arch/alpha/conf/Makefile.alpha 26 Aug 2008 14:40:54 -0000
> 1.1.1.1
> +++ sys/arch/alpha/conf/Makefile.alpha 21 May 2009 22:34:38 -0000
> @@ -165,10 +165,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/amd64/conf/Makefile.amd64
> ===================================================================
> RCS file: /cvs/src/sys/arch/amd64/conf/Makefile.amd64,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.amd64
> --- sys/arch/amd64/conf/Makefile.amd64 26 Aug 2008 14:40:58 -0000
> 1.1.1.1
> +++ sys/arch/amd64/conf/Makefile.amd64 21 May 2009 22:34:38 -0000
> @@ -190,10 +190,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/armish/conf/Makefile.armish
> ===================================================================
> RCS file: /cvs/src/sys/arch/armish/conf/Makefile.armish,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.armish
> --- sys/arch/armish/conf/Makefile.armish 26 Aug 2008 14:41:03 -0000
> 1.1.1.1
> +++ sys/arch/armish/conf/Makefile.armish 21 May 2009 22:34:38 -0000
> @@ -203,10 +203,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/hp300/conf/Makefile.hp300
> ===================================================================
> RCS file: /cvs/src/sys/arch/hp300/conf/Makefile.hp300,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.hp300
> --- sys/arch/hp300/conf/Makefile.hp300 26 Aug 2008 14:41:04 -0000
> 1.1.1.1
> +++ sys/arch/hp300/conf/Makefile.hp300 21 May 2009 22:34:38 -0000
> @@ -213,10 +213,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/hppa/conf/Makefile.hppa
> ===================================================================
> RCS file: /cvs/src/sys/arch/hppa/conf/Makefile.hppa,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.hppa
> --- sys/arch/hppa/conf/Makefile.hppa 26 Aug 2008 14:41:07 -0000 1.1.1.1
> +++ sys/arch/hppa/conf/Makefile.hppa 21 May 2009 22:34:38 -0000
> @@ -193,10 +193,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/hppa64/conf/Makefile.hppa64
> ===================================================================
> RCS file: /cvs/src/sys/arch/hppa64/conf/Makefile.hppa64,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.hppa64
> --- sys/arch/hppa64/conf/Makefile.hppa64 26 Aug 2008 14:41:10 -0000
> 1.1.1.1
> +++ sys/arch/hppa64/conf/Makefile.hppa64 21 May 2009 22:34:38 -0000
> @@ -177,10 +177,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/i386/conf/Makefile.i386
> ===================================================================
> RCS file: /cvs/src/sys/arch/i386/conf/Makefile.i386,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.i386
> --- sys/arch/i386/conf/Makefile.i386 26 Aug 2008 14:41:12 -0000 1.1.1.1
> +++ sys/arch/i386/conf/Makefile.i386 21 May 2009 22:34:38 -0000
> @@ -189,10 +189,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/landisk/conf/Makefile.landisk
> ===================================================================
> RCS file: /cvs/src/sys/arch/landisk/conf/Makefile.landisk,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.landisk
> --- sys/arch/landisk/conf/Makefile.landisk 26 Aug 2008 14:41:16 -0000
> 1.1.1.1
> +++ sys/arch/landisk/conf/Makefile.landisk 21 May 2009 22:34:38 -0000
> @@ -181,10 +181,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/mac68k/conf/Makefile.mac68k
> ===================================================================
> RCS file: /cvs/src/sys/arch/mac68k/conf/Makefile.mac68k,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.mac68k
> --- sys/arch/mac68k/conf/Makefile.mac68k 26 Aug 2008 14:41:21 -0000
> 1.1.1.1
> +++ sys/arch/mac68k/conf/Makefile.mac68k 21 May 2009 22:34:38 -0000
> @@ -188,10 +188,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/macppc/conf/Makefile.macppc
> ===================================================================
> RCS file: /cvs/src/sys/arch/macppc/conf/Makefile.macppc,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.macppc
> --- sys/arch/macppc/conf/Makefile.macppc 26 Aug 2008 14:41:23 -0000
> 1.1.1.1
> +++ sys/arch/macppc/conf/Makefile.macppc 21 May 2009 22:34:38 -0000
> @@ -179,10 +179,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/sgi/conf/Makefile.sgi
> ===================================================================
> RCS file: /cvs/src/sys/arch/sgi/conf/Makefile.sgi,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.sgi
> --- sys/arch/sgi/conf/Makefile.sgi 26 Aug 2008 14:41:28 -0000 1.1.1.1
> +++ sys/arch/sgi/conf/Makefile.sgi 21 May 2009 22:34:38 -0000
> @@ -177,10 +177,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/sparc/conf/Makefile.sparc
> ===================================================================
> RCS file: /cvs/src/sys/arch/sparc/conf/Makefile.sparc,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.sparc
> --- sys/arch/sparc/conf/Makefile.sparc 26 Aug 2008 14:41:31 -0000
> 1.1.1.1
> +++ sys/arch/sparc/conf/Makefile.sparc 21 May 2009 22:34:38 -0000
> @@ -189,10 +189,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/sparc64/conf/Makefile.sparc64
> ===================================================================
> RCS file: /cvs/src/sys/arch/sparc64/conf/Makefile.sparc64,v
> retrieving revision 1.2
> diff -u -r1.2 Makefile.sparc64
> --- sys/arch/sparc64/conf/Makefile.sparc64 26 Dec 2008 18:51:23 -0000
> 1.2
> +++ sys/arch/sparc64/conf/Makefile.sparc64 21 May 2009 22:34:38 -0000
> @@ -147,10 +147,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/vax/conf/Makefile.vax
> ===================================================================
> RCS file: /cvs/src/sys/arch/vax/conf/Makefile.vax,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.vax
> --- sys/arch/vax/conf/Makefile.vax 26 Aug 2008 14:41:39 -0000 1.1.1.1
> +++ sys/arch/vax/conf/Makefile.vax 21 May 2009 22:34:38 -0000
> @@ -198,10 +198,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
> Index: sys/arch/zaurus/conf/Makefile.zaurus
> ===================================================================
> RCS file: /cvs/src/sys/arch/zaurus/conf/Makefile.zaurus,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.zaurus
> --- sys/arch/zaurus/conf/Makefile.zaurus 26 Aug 2008 14:41:43 -0000
> 1.1.1.1
> +++ sys/arch/zaurus/conf/Makefile.zaurus 21 May 2009 22:34:38 -0000
> @@ -201,10 +201,10 @@
> install: install-kernel-${MACHINE_NAME}
> .if !target(install-kernel-${MACHINE_NAME}})
> install-kernel-${MACHINE_NAME}:
> - rm -f /obsd
> - ln /bsd /obsd
> + rm -f /oabsd
> + ln /absd /oabsd
> cp bsd /nbsd
> - mv /nbsd /bsd
> + mv /nbsd /absd
> .endif
>
> %RULES
--
paranoic mickey (my employers have changed but, the name has remained)