Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=b8de913435104c89df5c19486fba177db030b4d2

commit b8de913435104c89df5c19486fba177db030b4d2
Author: crazy <[email protected]>
Date:   Thu Jan 25 19:58:23 2018 +0100

frugalware-2.1-99-x86_64

- compat does not work anymore in nsswitch.conf
- we need files nis for groups/shadow etc

diff --git a/source/base/frugalware/FrugalBuild 
b/source/base/frugalware/FrugalBuild
index 2c9055b..66384d1 100644
--- a/source/base/frugalware/FrugalBuild
+++ b/source/base/frugalware/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=frugalware
pkgver=2.1
-pkgrel=98
+pkgrel=99
pkgdesc="Basic Frugalware Linux filesystem package"
url="http://ftp.frugalware.org/pub/other/frugalware/";
depends=()
@@ -12,8 +12,9 @@ groups=('base' 'core')
archs=('x86_64')
backup=(etc/{motd,issue.net,ld.so.conf,nsswitch.conf,securetty,termcap})
up2date="Flasttar $url"
-source=($url/$pkgname-$pkgver.tar.gz)
-signatures=($source.asc)
+source=($url/$pkgname-$pkgver.tar.gz nsswitch.conf-glibc-2.26.patch)
+sha1sums=('eabf2da48dc34f9d63012c7a6f594fa556b7972b' \
+          'f8bea9d18a188ac72d40c4c25bb33b38e3bf5769')

# remove these lines after 2.1
replaces=(
diff --git a/source/base/frugalware/nsswitch.conf-glibc-2.26.patch 
b/source/base/frugalware/nsswitch.conf-glibc-2.26.patch
new file mode 100644
index 0000000..b982857
--- /dev/null
+++ b/source/base/frugalware/nsswitch.conf-glibc-2.26.patch
@@ -0,0 +1,30 @@
+diff -Naur frugalware-2.1/etc/nsswitch.conf frugalware-2.1-p/etc/nsswitch.conf
+--- frugalware-2.1/etc/nsswitch.conf   2016-07-29 15:49:43.000000000 +0200
++++ frugalware-2.1-p/etc/nsswitch.conf 2018-01-25 19:53:36.975777710 +0100
+@@ -19,20 +19,17 @@
+ #      [NOTFOUND=return]       Stop searching if not found so far
+ #
+
+-# passwd:     files nis
+-# shadow:     files nis
+-# group:      files nis
++passwd:               files nis
++shadow:               files nis
++group:                files nis
+
+-passwd:       compat
+-group:        compat
+-
+-hosts:        files dns
++hosts:                files dns
+ networks:       files
+
+ services:       files
+ protocols:      files
+-rpc:          files
+-ethers:       files
++rpc:          files
++ethers:               files
+ netmasks:       files
+ netgroup:       files
+ bootparams:     files
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to