summaryrefslogtreecommitdiff
path: root/net/samba20
AgeCommit message (Collapse)AuthorFilesLines
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-5/+5
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant3-6/+6
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-11/+1
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-10/+11
have been converted to USE_BUILDLINK2.
2002-07-29samba>=2.2.3 actually can't replace everything samba-2.0.x can do, sojlam1-3/+1
re-enable it. My particular application used multi-user Btrieve 5.x database that kept corrupting itself on samba-2.2.x, but worked flawlessly under samba-2.0.x.
2002-05-24Backward compat with NetBSD <1.6: some rc.subr variables were renamed.hubertf1-4/+10
Make sure the new ones get defined from the old ones.
2002-02-05Mark this as being obsoleted by samba>=2.2.3, which brought back thejlam1-1/+3
"share modes" parameter. Leave in pkgsrc for now in case was other functionality missing from the 2.0.x -> 2.2.x switch.
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam3-9/+9
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-12Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@jlam1-4/+5
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set in /etc/mk.conf when the package is built. Instead, assume that the other rc.d scripts are in the same place as this "meta" script and locate them using "dirname $0". Problem noted by Stoned Elipot <seb@netbsd.org> in private email.
2001-12-18Since print/cups conflicts with another popular print package,jlam1-2/+3
print/lprng, we make a new variable USE_CUPS that is used by packages to determine whether depend on print/cups and to compile in support for CUPS. USE_CUPS may be either "YES" or undefined. Deprecate SAMBA_WITH_CUPS as its purpose is superseded by USE_CUPS. Convert net/samba and net/samba20 to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-3/+1
automatically, so no need to do it ourselves.
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-2/+4
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-21These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so changejlam3-17/+17
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21Use the general INSTALL/DEINSTALL scripts, and minimize the differencesjlam8-205/+114
between this package and the net/samba package.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-08-23Make "samba reload" actually kick smbd like it's supposed to. Thanksjlam1-1/+2
again to Luke Mewburn <lukem@wasabisystems.com> for pointing this out.
2001-08-22Consolidate nmbd and smbd rc.d scripts into one "samba" script. Kindlyjlam5-61/+56
provided by Luke Mewburn <lukem@wasabisystems.com> with modifications by me to allow running on older NetBSD systems (so any errors in the script are mine alone).
2001-08-20smbd responds to SIGHUP by reloading its configuration file, so addjlam1-1/+2
"reload" to the rc.d command listing. Noted by Luke Mewburn <lukem@wasabisystems.com>.
2001-08-03Add some patches from the net/samba package, and regenerate the old ones.jlam9-18/+63
2001-08-03samba20 - 2.0.x release version of samba, the UNIX SMB serverjlam14-0/+1261
Samba 2.0.x (2.0.10) has functionality that is missing from the Samba 2.2.x releases, one of which is an operational "share modes" directive. According to the Samba mailing lists, there isn't a way in 2.2.x to do what "share modes = No" did in 2.0.x, so revive an older, stable release of Samba that does contain the missing functionality. Setting the share mode on a service is necessary only to get certain legacy MS-DOS applications working in a multi-user environment.