diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-07 17:34:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-07 17:34:55 +0300 |
commit | 23055b3d7da4bfef00d302e91b87fa36f6f9be96 (patch) | |
tree | 27ccbaa55473bacd1d48c17de841584fb2c12fca /core/sinit/files/poweroff | |
parent | c416432b8cc934b768a19242b976c159f07a22a5 (diff) | |
download | repository-23055b3d7da4bfef00d302e91b87fa36f6f9be96.tar.gz |
sinit: add changes
* Use official sources
* Switch to 1.0
* Remove the ubase dependency
* Use kpow by Dylan Araps for shutdown
Diffstat (limited to 'core/sinit/files/poweroff')
-rw-r--r-- | core/sinit/files/poweroff | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sinit/files/poweroff b/core/sinit/files/poweroff index 69e8f9a4..69d8731e 100644 --- a/core/sinit/files/poweroff +++ b/core/sinit/files/poweroff @@ -1,3 +1,2 @@ #!/bin/sh - /bin/kill -s USR1 1 |