chiark / gitweb /
replace binary firmware helper with shell script
[elogind.git] / extras / name_cdrom.pl
old mode 100644 (file)
new mode 100755 (executable)
index 5e696f3..28d2d29
@@ -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;