summaryrefslogtreecommitdiffstats
path: root/perl-install/network/dav.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/dav.pm')
-rw-r--r--perl-install/network/dav.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl-install/network/dav.pm b/perl-install/network/dav.pm
new file mode 100644
index 000000000..3e5568f27
--- /dev/null
+++ b/perl-install/network/dav.pm
@@ -0,0 +1,11 @@
+package network::dav; # $Id$
+
+use strict;
+use diagnostics;
+
+use common;
+
+sub check {
+ my ($class, $in) = @_;
+ $class->raw_check($in, 'davfs', '/sbin/mount.davfs');
+}