diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-16 10:32:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-16 10:32:21 +0300 |
commit | 1433a3fb9e1ac3f826ef840685debf190d12eea1 (patch) | |
tree | e9a54da5ec73212d67791df8e9935ff7ea7a918b /core/sinit | |
parent | 8ad1835d2ed1b37ee19f289aa5e962be4ebb6bb8 (diff) | |
download | repository-1433a3fb9e1ac3f826ef840685debf190d12eea1.tar.gz |
sinit: change post-install message
Diffstat (limited to 'core/sinit')
-rwxr-xr-x | core/sinit/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sinit/post-install b/core/sinit/post-install index 11270008..1f3fdf30 100755 --- a/core/sinit/post-install +++ b/core/sinit/post-install @@ -10,7 +10,7 @@ EOF cat <<EOF -Important: If you want to sinit to boot, edit your -/etc/init/rc.conf to enable SINIT variables." +Important: If you want to replace sinit, you need to +edit your /etc/init/rc.conf to disable SINIT variables." EOF |