From 6eff2519aea8c70936bbb1d4e718b403bd024cef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Aug 2002 21:17:37 +0000 Subject: add WebDAV entry --- control-center | 2 ++ drakconf.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/control-center b/control-center index 12a7e470..bc68e544 100755 --- a/control-center +++ b/control-center @@ -95,6 +95,7 @@ my $exec_hash = _("Hard Drives") => [ "diskdrake", "$_sbindir/diskdrake --hd", 1 ], _("NFS mount points") => [ "diskdrake", "$_sbindir/diskdrake --nfs", 1 ], _("Samba mount points") => [ "diskdrake", "$_sbindir/diskdrake --smb", 1 ], + _("WebDAV mount points") => [ "diskdrake", "$_sbindir/diskdrake --dav", 1 ], _("Partition Sharing") => [ "diskdrake", "$_sbindir/diskdrake --fileshare", 1 ], _("Connection") => [ "drakconnect", "$_sbindir/drakconnect", 1 ], _("Connection Sharing") => [ "drakgw", "$_sbindir/drakgw", 1 ], @@ -189,6 +190,7 @@ my @tree = }), [_("NFS mount points"), 'diskdrake_nfs'], [_("Samba mount points"), 'diskdrake_samba'], + [_("WebDAV mount points"), 'drakgw-mdk'], [_("Partition Sharing"), 'diskdrake_fileshare'], ] ], diff --git a/drakconf.spec b/drakconf.spec index e1775707..a2a82d83 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -6,7 +6,7 @@ Summary: The Mandrake Control Center Name: drakconf Version: %version -Release: 0.5mdk +Release: 0.6mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %name-%version.tar.bz2 @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/kde %changelog +* Tue Aug 13 2002 Pixel 9.0-0.6mdk +- add WebDAV entry + * Mon Aug 12 2002 Daouda LO 9.0-0.5mdk - cleanups - config file is /etc/mcc not /root/.mcc (titi) -- cgit v1.2.1