summaryrefslogtreecommitdiff
path: root/extras/name_cdrom.pl
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-25 18:50:42 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-25 18:50:42 +0100
commita8a614a7018918e987585c2d07189024c640cb3a (patch)
tree7e9abd5c9fcfdeaadcbcbb12a9da4ac8630b0d7c /extras/name_cdrom.pl
parent8d1425d54717b9b9ec06efdd1dd25559445e2571 (diff)
remove outdated and misleading stuff
Packagers who still need this, should carry it in their own package. It just causes too much trouble to users to have it in the tree and expect that it's needed or the way to do it. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
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;