pkgsrc/sysutils/cdbkup/patches/patch-aa
tron 4a6031718a Import new "cdbkup" package: CD-R(W) backup/restore system
This package was contributed by Mishka in PR pkg/15680.
2002-07-11 11:37:52 +00:00

12 lines
382 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/07/11 11:37:52 tron Exp $
--- src/cdcat.in Wed Feb 13 01:20:57 2002
+++ src/cdcat.in Tue Feb 19 22:09:50 2002
@@ -98,7 +98,7 @@
sub mount {
return if( $test);
- if( system("@MOUNT@ -t iso9660 ".esc_shell($device)." $mntpt") != 0)
+ if( system("@MOUNT@ -t cd9660 ".esc_shell($device)." $mntpt") != 0)
{
die "Can't mount $device: $!\n";
}