Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
|
|
check
It was a bug that shutdown executable only checked "reboot" string to find out
this should be a reboot or normal shutdown.
Regression: It's not, because it was broken from the beginning.
Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
|
|
|
|
|
|
|
|
|
|
Changing the shutdown, halt and reboot prefix solves the issue.
|
|
Thanks to malacology.
|
|
|
|
There are conflicts with another system files such as shutdown.
|
|
Now dinit install the necessary files.
|
|
|
|
|
|
|
|
With this should not be any conflicts with other packages.
|
|
Doesn't seem to work, so revert the last commit.
|
|
Now should be installed without the conflicts, but it won't have
some files that is in conflicts with other packages so, install
the files that are not in conflicts until I learn how to overwrite
files with the PKGBUILD.
|
|
|
|
I don't know if there is the possible to overwrite system files
with PKGBUILD.
|
|
|