X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fname_cdrom.pl;h=28d2d29a3decf920debc4d3e545f6ba837a0aeb7;hp=5e696f33ae31bff2591c257d4f3d4940d5f9c6c8;hb=a8a614a7018918e987585c2d07189024c640cb3a;hpb=8d1425d54717b9b9ec06efdd1dd25559445e2571 diff --git a/extras/name_cdrom.pl b/extras/name_cdrom.pl index 5e696f33a..28d2d29a3 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;