[projects/setup] Process tmp-dir scripts first, so all other profile.d scripts will inherit new tmp dir.

arekm arekm at pld-linux.org
Wed Oct 3 12:02:32 CEST 2018


commit 268c1d803a3c0e43a37b86ef2fc0d9f2e9fd45a1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 3 12:02:22 2018 +0200

    Process tmp-dir scripts first, so all other profile.d scripts will inherit new tmp dir.

 Makefile                                      | 2 +-
 etc/profile.d/{tmp-dir.csh => 00-tmp-dir.csh} | 0
 etc/profile.d/{tmp-dir.sh => 00-tmp-dir.sh}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index d1d2f77..e5ffa72 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ DOCS		= ChangeLog
 ETC_FILES	= filesystems fstab group host.conf hosts motd \
 	    netgroup passwd profile protocols resolv.conf securetty \
 	    services shells suid_profile
-PROFILE_FILES	= tmp-dir.csh tmp-dir.sh
+PROFILE_FILES	= 00-tmp-dir.csh 00-tmp-dir.sh
 ENV_FILES	= EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
 	    NNTPSERVER ORGANIZATION TMOUT VISUAL
 SHRC_FILES	= 256term.csh 256term.sh
diff --git a/etc/profile.d/tmp-dir.csh b/etc/profile.d/00-tmp-dir.csh
similarity index 100%
rename from etc/profile.d/tmp-dir.csh
rename to etc/profile.d/00-tmp-dir.csh
diff --git a/etc/profile.d/tmp-dir.sh b/etc/profile.d/00-tmp-dir.sh
similarity index 100%
rename from etc/profile.d/tmp-dir.sh
rename to etc/profile.d/00-tmp-dir.sh
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/setup.git/commitdiff/268c1d803a3c0e43a37b86ef2fc0d9f2e9fd45a1



More information about the pld-cvs-commit mailing list