summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-13 21:17:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-13 21:17:37 +0000
commit6eff2519aea8c70936bbb1d4e718b403bd024cef (patch)
tree5ea80f7ef94c9d133b2a4fd8c2e4f4d93566fcdd
parentcd83fb76bd8da87dab99658dcfc6108546c041b1 (diff)
downloadcontrol-center-6eff2519aea8c70936bbb1d4e718b403bd024cef.tar
control-center-6eff2519aea8c70936bbb1d4e718b403bd024cef.tar.gz
control-center-6eff2519aea8c70936bbb1d4e718b403bd024cef.tar.bz2
control-center-6eff2519aea8c70936bbb1d4e718b403bd024cef.tar.xz
control-center-6eff2519aea8c70936bbb1d4e718b403bd024cef.zip
add WebDAV entry
-rwxr-xr-xcontrol-center2
-rw-r--r--drakconf.spec5
2 files changed, 6 insertions, 1 deletions
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 <pixel@mandrakesoft.com> 9.0-0.6mdk
+- add WebDAV entry
+
* Mon Aug 12 2002 Daouda LO <daouda@mandrakesoft.com> 9.0-0.5mdk
- cleanups
- config file is /etc/mcc not /root/.mcc (titi)