summaryrefslogtreecommitdiff
path: root/hal-automounter.pl
diff options
context:
space:
mode:
Diffstat (limited to 'hal-automounter.pl')
-rwxr-xr-xhal-automounter.pl24
1 files changed, 24 insertions, 0 deletions
diff --git a/hal-automounter.pl b/hal-automounter.pl
index 20ab563..1ad42e3 100755
--- a/hal-automounter.pl
+++ b/hal-automounter.pl
@@ -187,3 +187,27 @@ $manager->connect_to_signal('DeviceChanged',\&device_changed);
$manager->connect_to_signal('DeviceRemoved',\&device_removed);
$reactor->run();
+
+__END__
+
+=head1 NAME
+
+hal-automounter - a simple UDisks-DBUS client that creates fstab entries for hot-plugged volumes
+
+=head1 SYNOPSIS
+
+ sudo hal-automounter
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut