diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-09-03 18:35:05 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-09-03 18:35:05 +0000 |
commit | f3811a28f96cdbf4488bf473f54f71b3091022bd (patch) | |
tree | cff110b9a1bd67f214d77abf07055cea791f4373 | |
parent | Removing any reference to net_* (diff) | |
download | baselayout-vserver-f3811a28f96cdbf4488bf473f54f71b3091022bd.tar.gz baselayout-vserver-f3811a28f96cdbf4488bf473f54f71b3091022bd.tar.bz2 baselayout-vserver-f3811a28f96cdbf4488bf473f54f71b3091022bd.zip |
link dummy script to satisfy deps from other init scripts
svn path=/baselayout-vserver/trunk/; revision=21
l--------- | init.d/checkfs | 1 | ||||
l--------- | init.d/checkroot | 1 | ||||
l--------- | init.d/clock | 1 | ||||
l--------- | init.d/consolefont | 1 | ||||
l--------- | init.d/keymaps | 1 | ||||
l--------- | init.d/localmount | 1 | ||||
l--------- | init.d/netmount | 1 | ||||
l--------- | init.d/numlock | 1 | ||||
l--------- | init.d/urandom | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/init.d/checkfs b/init.d/checkfs new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/checkfs @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/checkroot b/init.d/checkroot new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/checkroot @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/clock b/init.d/clock new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/clock @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/consolefont b/init.d/consolefont new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/consolefont @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/keymaps b/init.d/keymaps new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/keymaps @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/localmount b/init.d/localmount new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/localmount @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/netmount b/init.d/netmount new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/netmount @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/numlock b/init.d/numlock new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/numlock @@ -0,0 +1 @@ +dummy
\ No newline at end of file diff --git a/init.d/urandom b/init.d/urandom new file mode 120000 index 0000000..2995a4d --- /dev/null +++ b/init.d/urandom @@ -0,0 +1 @@ +dummy
\ No newline at end of file |