]> git.pld-linux.org Git - packages/cdrtools.git/commitdiff
s#/var/adm/messages#/var/log/messages#; s#/uasr/local#/usr# in man pages.
authorkloczek <kloczek@pld-linux.org>
Thu, 17 Apr 2003 00:06:15 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrtools-man.patch -> 1.1

cdrtools-man.patch [new file with mode: 0644]

diff --git a/cdrtools-man.patch b/cdrtools-man.patch
new file mode 100644 (file)
index 0000000..5a1e650
--- /dev/null
@@ -0,0 +1,47 @@
+--- cdrtools-2.01/scgcheck/scgcheck.1~ Wed Apr 16 04:33:06 2003
++++ cdrtools-2.01/scgcheck/scgcheck.1  Wed Apr 16 04:33:06 2003
+@@ -118,7 +118,7 @@
+ .I Scsibus 
+ 0 is the default SCSI bus on the machine. Watch the boot messages for more 
+ information or look into 
+-.B /var/adm/messages 
++.B /var/log/messages 
+ for more information about the SCSI configuration of your machine.
+ If you have problems to figure out what values for 
+ .IR scsibus , target , lun
+--- cdrtools-2.01/readcd/readcd.1~     Wed Apr 16 04:36:31 2003
++++ cdrtools-2.01/readcd/readcd.1      Wed Apr 16 04:37:00 2003
+@@ -129,7 +129,7 @@
+ .I Scsibus 
+ 0 is the default SCSI bus on the machine. Watch the boot messages for more 
+ information or look into 
+-.B /var/adm/messages 
++.B /var/log/messages 
+ for more information about the SCSI configuration of your machine.
+ If you have problems to figure out what values for 
+ .IR scsibus , target , lun
+@@ -412,19 +412,19 @@
+ .B readcd, 
+ enter:
+ .PP
+-      chown root /usr/local/bin/readcd
++      chown root /usr/bin/readcd
+ .br
+-      chmod 4711 /usr/local/bin/readcd
++      chmod 4711 /usr/bin/readcd
+ .PP
+ To give a restricted group of users access to 
+ .B readcd
+ enter:
+ .PP
+-      chown root /usr/local/bin/readcd
++      chown root /usr/bin/readcd
+ .br
+-      chgrp cdburners /usr/local/bin/readcd
++      chgrp cdburners /usr/bin/readcd
+ .br
+-      chmod 4710 /usr/local/bin/readcd
++      chmod 4710 /usr/bin/readcd
+ .PP
+ and add a group 
+ .I cdburners
This page took 0.083899 seconds and 4 git commands to generate.