This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via ab1bdf3405b2b558c4fc37e8dfcdd7149cf058d7 (commit) from 9fa01e42767e8656cee8492e02a03864891798d0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ab1bdf3405b2b558c4fc37e8dfcdd7149cf058d7 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Apr 22 19:58:48 2022 +0000
ipfirereboot.c: Remove orphaned comment
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/misc-progs/ipfirereboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/src/misc-progs/ipfirereboot.c b/src/misc-progs/ipfirereboot.c index 3048c3753..40a4ce3f9 100644 --- a/src/misc-progs/ipfirereboot.c +++ b/src/misc-progs/ipfirereboot.c @@ -29,7 +29,7 @@
/* define operations */ #define OP_REBOOT "boot" -#define OP_REBOOT_FS "bootfs" // add filesystem check option (not yet in GUI) +#define OP_REBOOT_FS "bootfs" #define OP_SHUTDOWN "down"
int main(int argc, char**argv)
hooks/post-receive -- IPFire 2.x development tree