-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pedro A. Hortas
committed
Oct 3, 2015
1 parent
83934e6
commit 7178ab2
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
v0.1.2 (2015-10-03): | ||
- Fixed init scripts for Debian | ||
|
||
v0.1.1 (2015-10-03): | ||
- Fixed invalid signatures issue. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1 (03-10-2015) | ||
0.1.2 (03-10-2015) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# uSched init script | ||
|
||
# | ||
# Date: 22-03-2015 | ||
# Date: 03-10-2015 | ||
# | ||
# Copyright 2014-2015 Pedro A. Hortas ([email protected]) | ||
# | ||
|
@@ -35,7 +35,7 @@ | |
# Short-Description: uSched Service | ||
### END INIT INFO | ||
|
||
. @_SYSLIBDIR_@/lsb/init-functions | ||
. /lib/lsb/init-functions | ||
|
||
flush() | ||
{ | ||
|