changeset 5:4323b5a2fb6b

dvd -> cdrom to work with new system.
author Robert McIntyre <rlm@mit.edu>
date Mon, 25 Feb 2013 09:20:14 +0000
parents 5161d06652f9
children dc7c9557d412
files cd-close.sh cd-cycle.sh cd-open.sh
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/cd-close.sh	Thu Oct 20 13:36:26 2011 -0700
     1.2 +++ b/cd-close.sh	Mon Feb 25 09:20:14 2013 +0000
     1.3 @@ -1,3 +1,3 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -eject -t /dev/dvd
     1.7 +eject -t /dev/cdrom
     2.1 --- a/cd-cycle.sh	Thu Oct 20 13:36:26 2011 -0700
     2.2 +++ b/cd-cycle.sh	Mon Feb 25 09:20:14 2013 +0000
     2.3 @@ -1,4 +1,4 @@
     2.4  #!/bin/sh
     2.5  
     2.6  cd-open
     2.7 -cd-close
     2.8 \ No newline at end of file
     2.9 +cd-close
     3.1 --- a/cd-open.sh	Thu Oct 20 13:36:26 2011 -0700
     3.2 +++ b/cd-open.sh	Mon Feb 25 09:20:14 2013 +0000
     3.3 @@ -1,3 +1,4 @@
     3.4  #!/bin/sh
     3.5  
     3.6 -eject /dev/dvd
     3.7 +eject /dev/cdrom
     3.8 +