diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index dc601ed1..97825fd2 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -507,7 +507,7 @@ else UP="1" fi OLDSMP=`grep "#define __BOOT_KERNEL_SMP" /boot/kernel.h 2>/dev/null | awk '{ print $3 }'` -OLDUP=`grep "#define __BOOT_KERNEL_UP" /boot/kernel.h 2>/dev/null | awk '{ print $3}'` +OLDUP=`grep "#define __BOOT_KERNEL_UP" /boot/kernel.h 2>/dev/null | awk '{ print $3 }'` if [ "$SMP" != "$OLDSMP" -o "$UP" != "$OLDUP" ]; then cat > /boot/kernel.h << EOF /* This file is automatically generated at boot time. */ |