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