aboutsummaryrefslogtreecommitdiff
path: root/core/sinit
diff options
context:
space:
mode:
Diffstat (limited to 'core/sinit')
-rwxr-xr-xcore/sinit/build4
-rw-r--r--core/sinit/message4
-rw-r--r--core/sinit/meta3
3 files changed, 5 insertions, 6 deletions
diff --git a/core/sinit/build b/core/sinit/build
index e85d78aa..288f4a53 100755
--- a/core/sinit/build
+++ b/core/sinit/build
@@ -3,5 +3,5 @@
make CFLAGS="$CFLAGS -static" PREFIX=/usr DESTDIR="$1" install
ln -s sinit "$1/usr/bin/init"
-install -Dm755 poweroff "$1/usr/bin/poweroff"
-install -Dm755 reboot "$1/usr/bin/reboot"
+clinst -Dm755 poweroff "$1/usr/bin/poweroff"
+clinst -Dm755 reboot "$1/usr/bin/reboot"
diff --git a/core/sinit/message b/core/sinit/message
index 45aa34a2..742b089d 100644
--- a/core/sinit/message
+++ b/core/sinit/message
@@ -1,9 +1,5 @@
!! IMPORTANT !!
-To start using sinit, edit /etc/init/sinit-launch-services.boot and uncomment
-the getty function, and optionally uncomment the runit function if you deem
-necessary.
-
sinit is installed as /usr/bin/sinit. It can fully replace busybox init by
running the following command.
diff --git a/core/sinit/meta b/core/sinit/meta
new file mode 100644
index 00000000..165aebf3
--- /dev/null
+++ b/core/sinit/meta
@@ -0,0 +1,3 @@
+description: suckless init scheme
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>