OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gsambad/gsambad.conf
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. pkgprefix -t samba
  15. SAMBA_CONF="$root/$( pkgprefix sysconfdir samba )/smb.conf"
  16. SMBD_BINARY="$root/$( pkgprefix sbindir samba )/smbd"
  17. NMBD_BINARY="$root/$( pkgprefix sbindir samba )/nmbd"
  18. SMBPASSWD_BINARY="$root/$( pkgprefix bindir samba )/smbpasswd"
  19. var_append makeopt " " "NMBD_BINARY=$NMBD_BINARY"
  20. var_append makeopt " " "SMBD_BINARY=$SMBD_BINARY"
  21. var_append makeopt " " "SAMBA_CONF=$SAMBA_CONF"
  22. var_append makeopt " " "SMBPASSWD_BINARY=$SMBPASSWD_BINARY"
  23. #SAMBA_CONF="/etc/samba/smb.conf"
  24. #SAMBA_CONF_BACKUP="/etc/samba/smb.conf.old.gsambad_backup"
  25. #SAMBA_PASSWD="/etc/samba/smbpasswd"
  26. #SAMBA_USERMAP="/etc/samba/smbusers"
  27. #MIN_PASS_LEN="6"
  28. #SMBD_BINARY="/usr/sbin/smbd"
  29. #NMBD_BINARY="/usr/sbin/nmbd"
  30. #SMBPASSWD_BINARY="smbpasswd"
  31. #SAMBA_USER="nobody"
  32. #SECURE_LOG="/var/log/secure"