forked from pool/util-linux
a59bc81b6f
- util-linux.spec: work around su(1) PAM problems based on su(1) being provided by both the coreutils and the util-linux package. Fix macro typo in %post and %verifyscript sections related to su(1): s/sysvinit_tools/enable_su/ (forwarded request 177950 from bernhard-voelker) OBS-URL: https://build.opensuse.org/request/show/177962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=160
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
# Per default, only "su -" will set a new PATH.
|
|
# If this variable is changed to "yes" (default is "no"),
|
|
# every su call will overwrite the PATH variable.
|
|
ALWAYS_SET_PATH=no
|
|
|
|
# Default path.
|
|
PATH=/usr/local/bin:/bin:/usr/bin
|
|
|
|
# Default path for a user invoking su to root.
|
|
SUPATH=/usr/sbin:/bin:/usr/bin:/sbin
|
|
|