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 b05a940f3efd28115e9f6f60e48f3bd9a07a8c18 (commit) from edd540ce4e37f65399d0b68a695eaec7e30301be (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 b05a940f3efd28115e9f6f60e48f3bd9a07a8c18 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Dec 6 10:34:12 2010 +0100
samba.cgi: set ipfire version to 2.9.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/samba.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 3315bbf..57970db 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -77,7 +77,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
$sambasettings{'WORKGRP'} = 'homeip.net'; $sambasettings{'NETBIOSNAME'} = 'IPFire'; -$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.7'; +$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.9'; $sambasettings{'INTERFACES'} = ''; $sambasettings{'SECURITY'} = 'share'; $sambasettings{'OSLEVEL'} = '33';
hooks/post-receive -- IPFire 2.x development tree