mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
21 lines
653 B
Plaintext
21 lines
653 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2008/11/15 18:28:56 jmcneill Exp $
|
|
|
|
--- Shares/SMB.pm.orig 2008-03-09 09:21:45.000000000 -0400
|
|
+++ Shares/SMB.pm
|
|
@@ -145,6 +145,7 @@ sub get_distro_smb_file
|
|
"pld-1.0" => "pld-1.0",
|
|
"vine-3.0" => "debian-3.0",
|
|
"freebsd-5" => "freebsd-5",
|
|
+ "netbsd-2" => "pkgsrc",
|
|
);
|
|
|
|
my %dist_tables =
|
|
@@ -153,6 +154,7 @@ sub get_distro_smb_file
|
|
"debian-3.0" => "/etc/samba/smb.conf",
|
|
"pld-1.0" => "/etc/smb/smb.conf",
|
|
"freebsd-5" => "/usr/local/etc/smb.conf",
|
|
+ "pkgsrc" => "/usr/pkg/etc/samba/smb.conf",
|
|
);
|
|
|
|
my $dist = $dist_map {$Utils::Backend::tool{"platform"}};
|