aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/rc2.php
blob: e1323659daffc2d22dbaeb0c2971c3e66e58600c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/

namespace phpbb\db\migration\data\v310;

class rc2 extends \phpbb\db\migration\migration
{
	static public function depends_on()
	{
		return array(
			'\phpbb\db\migration\data\v310\rc1',
		);
	}

	public function update_data()
	{
		return array(
			array('config.update', array('version', '3.1.0-RC2')),
		);
	}
}
value='1'>ignoremode:
authorOlivier Blin <oblin@mandriva.org>2004-07-12 07:36:10 +0000
committerOlivier Blin <oblin@mandriva.org>2004-07-12 07:36:10 +0000
commit9ef91489baf3967719ca680577c5e9ef7565313d (patch)
tree602154981f8d10a3582a5613eedcc9134d9f49c6 /perl-install
parente287c2b4d3cb08841b121aee7ce362dc5afbb86d (diff)
downloaddrakx-9ef91489baf3967719ca680577c5e9ef7565313d.tar
drakx-9ef91489baf3967719ca680577c5e9ef7565313d.tar.gz
drakx-9ef91489baf3967719ca680577c5e9ef7565313d.tar.bz2
drakx-9ef91489baf3967719ca680577c5e9ef7565313d.tar.xz
drakx-9ef91489baf3967719ca680577c5e9ef7565313d.zip
use drakconnect to configure network
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone/net_applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet
index 59fb3d781..4ba4ebdb6 100644
--- a/perl-install/standalone/net_applet
+++ b/perl-install/standalone/net_applet
@@ -44,7 +44,7 @@ my %appletstate = (
);
my %actions = (
- 'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } },
+ 'confNetwork' => { name => N("Configure Network"), launch => sub { system("/usr/sbin/drakconnect --skip-wizard &") } },
'refresh' => { name => N("Refresh"), launch => sub { checkNetwork() } },
'help' => { name => N("Get Online Help"), launch => sub { system("drakhelp --id internet-connection &") } }
);