diff options
author | Roy Marples <roy@marples.name> | 2008-06-21 14:10:59 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-06-21 14:10:59 +0000 |
commit | 5510451bac77cbd490599e506619aa09d9b2607b (patch) | |
tree | 9ef04116e3d37e22f6830cd9024c77facfc3091f | |
parent | 11acce3c7d516578f91931f6613cb181f78c27d0 (diff) |
We need to replace @LIB@ here.
-rw-r--r-- | sh/.gitignore | 2 | ||||
-rw-r--r-- | sh/Makefile | 2 | ||||
-rw-r--r-- | sh/init-common-post.sh.in (renamed from sh/init-common-post.sh) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sh/.gitignore b/sh/.gitignore index 028281d4..19dd499a 100644 --- a/sh/.gitignore +++ b/sh/.gitignore @@ -3,6 +3,8 @@ gendepends.sh net.sh rc-functions.sh runscript.sh +init-common-post.sh +init-early.sh init.sh ifwatchd-carrier.sh ifwatchd-nocarrier.sh diff --git a/sh/Makefile b/sh/Makefile index efca9800..7ee04338 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -1,5 +1,5 @@ DIR= ${PREFIX}/${RC_LIB}/sh -SRCS= functions.sh.in gendepends.sh.in \ +SRCS= functions.sh.in gendepends.sh.in init-common-post.sh.in \ rc-functions.sh.in runscript.sh.in INC= init-common-post.sh rc-mount.sh functions.sh rc-functions.sh BIN= gendepends.sh init.sh runscript.sh diff --git a/sh/init-common-post.sh b/sh/init-common-post.sh.in index 61f38631..61f38631 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh.in |