summaryrefslogtreecommitdiff
path: root/extras/name_cdrom.pl
diff options
context:
space:
mode:
Diffstat (limited to 'extras/name_cdrom.pl')
-rw-r--r--extras/name_cdrom.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/extras/name_cdrom.pl b/extras/name_cdrom.pl
index 5e696f33ae..28d2d29a3d 100644
--- a/extras/name_cdrom.pl
+++ b/extras/name_cdrom.pl
@@ -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;