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, master has been updated via dfa59dbd1f12f3427c51215e76b4a825f8a169fc (commit) from 8bb35e212c9870806f3111b1ba5e3795302cc606 (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 dfa59dbd1f12f3427c51215e76b4a825f8a169fc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 4 18:17:58 2010 +0100
Installer: set gpl_accepted marker after installation.
-----------------------------------------------------------------------
Summary of changes: src/install+setup/install/main.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 5b408a7..d18f16b 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -535,6 +535,9 @@ int main(int argc, char *argv[]) replace("/harddisk/etc/inittab", "#7:2345:respawn:", "7:2345:respawn:"); }
+ /* Set marker that the user has already accepted the gpl */ + mysystem("/usr/bin/touch /harddisk/var/ipfire/main/gpl_accepted"); + /* Copy restore file from cdrom */ if (unattended && (strlen(restore_file) > 0)) { fprintf(flog, "unattended: Copy restore file\n");
hooks/post-receive -- IPFire 2.x development tree