public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: provide a way how to override set ennvars through csh.local file
@ 2026-06-22 15:55 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-22 15:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 69e01533b8242b04889d4746996128c85346c9ec
Author : Ondřej Vašík <ovasik@redhat.com>
Date   : 2017-11-17T09:45:12+01:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/69e01533b8242b04889d4746996128c85346c9ec?branch=update_services

Log:
provide a way how to override set ennvars through csh.local file

---
diff --git a/setup.spec b/setup.spec
index 3fd3769..b0421c3 100644
--- a/setup.spec
+++ b/setup.spec
@@ -42,6 +42,7 @@ chmod 0644 %{buildroot}/var/log/lastlog
 touch %{buildroot}/etc/fstab
 mkdir -p %{buildroot}/etc/profile.d
 echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
+echo "#Add any required envvar overrides to this file, is sourced from /etc/csh.login" >%{buildroot}/etc/profile.d/csh.local
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}/etc/Makefile
@@ -94,6 +95,7 @@ end
 %config(noreplace) /etc/csh.cshrc
 %dir /etc/profile.d
 %config(noreplace) /etc/profile.d/sh.local
+%config(noreplace) /etc/profile.d/csh.local
 %config(noreplace) %verify(not md5 size mtime) /etc/shells
 %ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
@@ -102,6 +104,7 @@ end
 * Fri Nov 17 2017 Ondrej Vasik <ovasik@redhat.com> - 2.11.1-1
 - saslauthd belongs to cyrus-sasl and cyrus-imap packages
 - provide a way how to override set envvars through sh.local file(#1344007)
+- provide a way how to override set ennvars through csh.local file
 
 * Mon Sep 04 2017 Ondrej Vasik <ovasik@redhat.com> - 2.10.10-1
 - we need to source /etc/bashrc from /etc/profile for bash

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:55 [rpms/setup] update_services: provide a way how to override set ennvars through csh.local file 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox