chiark / gitweb /
remove outdated and misleading stuff
[elogind.git] / extras / name_cdrom.pl
index 5e696f33ae31bff2591c257d4f3d4940d5f9c6c8..28d2d29a3decf920debc4d3e545f6ba837a0aeb7 100644 (file)
@@ -1,9 +1,8 @@
 #!/usr/bin/perl
 
-# a horribly funny script that shows how flexible udev can really be
-# This is to be executed by udev with the following rules:
-#
-# KERNEL="hd*[!0-9]|sr*", PROGRAM="name_cdrom.pl $tempnode", SYMLINK+="%c"
+# Horrible but funny script that shows how flexible udev can really be
+# This is to be executed by udev with the following rule:
+#   KERNEL="hd*[!0-9]|sr*", PROGRAM="name_cdrom.pl $tempnode", SYMLINK+="%c"
 
 use strict;
 use warnings;