From 33aff73679095b4e9aa1737b3d4bf3a89a6901ba Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 18 Dec 2001 19:58:41 +0000 Subject: [PATCH] This puts the depmod in the right place. --- yard/replacements/etc/init.d/rcS.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yard/replacements/etc/init.d/rcS.example b/yard/replacements/etc/init.d/rcS.example index ce907f9..c99bb66 100755 --- a/yard/replacements/etc/init.d/rcS.example +++ b/yard/replacements/etc/init.d/rcS.example @@ -1,13 +1,10 @@ #!/bin/sh # -# $Id: rcS.example,v 1.2 2001/12/03 05:43:33 freesource Exp $ +# $Id: rcS.example,v 1.3 2001/12/04 06:32:19 freesource Exp $ # Used by the Example.yard template. # /etc/rcS: System initialization script. # -# Compute module dependencies -/sbin/depmod -a - # Start up kerneld if desired #/sbin/kerneld @@ -16,6 +13,9 @@ mount -o remount / mount -a +# Compute module dependencies +/sbin/depmod -a + # Set host name /bin/hostname bootroot