mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Jump to 2.1.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1061 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -73,7 +73,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
|
|||||||
|
|
||||||
$sambasettings{'WORKGRP'} = 'homeip.net';
|
$sambasettings{'WORKGRP'} = 'homeip.net';
|
||||||
$sambasettings{'NETBIOSNAME'} = 'IPFire';
|
$sambasettings{'NETBIOSNAME'} = 'IPFire';
|
||||||
$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.0';
|
$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.1';
|
||||||
$sambasettings{'INTERFACES'} = '';
|
$sambasettings{'INTERFACES'} = '';
|
||||||
$sambasettings{'SECURITY'} = 'share';
|
$sambasettings{'SECURITY'} = 'share';
|
||||||
$sambasettings{'OSLEVEL'} = '33';
|
$sambasettings{'OSLEVEL'} = '33';
|
||||||
|
|||||||
2
make.sh
2
make.sh
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="2.0" # Version number
|
VERSION="2.1" # Version number
|
||||||
SLOGAN="www.ipfire.org" # Software slogan
|
SLOGAN="www.ipfire.org" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
NICE=10 # Nice level
|
NICE=10 # Nice level
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
package Conf;
|
package Conf;
|
||||||
|
|
||||||
$version = "2.0";
|
$version = "2.1";
|
||||||
|
|
||||||
$mainserver = "pakfire.ipfire.org";
|
$mainserver = "pakfire.ipfire.org";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user