[arch-commits] Commit in shadow/trunk (PKGBUILD login.defs)
Sébastien Luttringer
seblu at archlinux.org
Sat Dec 16 16:32:05 UTC 2017
Date: Saturday, December 16, 2017 @ 16:32:03
Author: seblu
Revision: 312965
upgpkg: shadow 4.5-4
- fix FS#56683
Modified:
shadow/trunk/PKGBUILD
shadow/trunk/login.defs
------------+
PKGBUILD | 4 ++--
login.defs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-16 15:44:59 UTC (rev 312964)
+++ PKGBUILD 2017-12-16 16:32:03 UTC (rev 312965)
@@ -4,7 +4,7 @@
pkgname=shadow
pkgver=4.5
-pkgrel=3
+pkgrel=4
pkgdesc="Password and account management tool suite with support for shadow files and PAM"
arch=('x86_64')
url='https://github.com/shadow-maint/shadow'
@@ -37,7 +37,7 @@
'4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
'12427b1ca92a9b85ca8202239f0d9f50198b818f'
'0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
- 'bb3509087947d08bfb6e5d1b5c033856b9146ad9'
+ '81a02eadb5f605fef5c75b6d8a03713a7041864b'
'12427b1ca92a9b85ca8202239f0d9f50198b818f'
'611be25d91c3f8f307c7fe2485d5f781e5dee75f'
'a154a94b47a3d0c6c287253b98c0d10b861226d0'
Modified: login.defs
===================================================================
--- login.defs 2017-12-16 15:44:59 UTC (rev 312964)
+++ login.defs 2017-12-16 16:32:03 UTC (rev 312965)
@@ -81,8 +81,8 @@
# *REQUIRED* The default PATH settings, for superuser and normal users.
#
# (they are minimal, add the rest in the shell startup files)
-ENV_SUPATH PATH=/usr/bin
-ENV_PATH PATH=/usr/bin
+ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
+ENV_PATH PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
#
# Terminal permissions
More information about the arch-commits
mailing list