From ddd26f9e599a0e5b62c7d31eaab3c608853cbef6 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 8 Apr 2014 06:38:32 -0400 Subject: [PATCH] Add common.bin to zsh path. May be a bad idea, since we now install zsh on all nodes. --- debian/control | 4 ++-- debian/hcoop-common-config.transform | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/hcoop-common-config.transform diff --git a/debian/control b/debian/control index b0ebb38..87a4631 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hcoop-common-config Section: hcoop-config/admin Priority: extra Maintainer: Clinton Ebadi -Build-Depends: debhelper (>= 8.0.0), config-package-dev (>= 5.0) +Build-Depends: debhelper (>= 8.0.0), config-package-dev (>= 5.0), zsh Standards-Version: 3.9.3 Homepage: http://hcoop.net #Vcs-Git: git://git.debian.org/collab-maint/hcoop-common-config.git @@ -11,7 +11,7 @@ Homepage: http://hcoop.net Package: hcoop-common-config Architecture: all Depends: openafs-client, nscd, hcoop-openssh-server-config, sudo, - hcoop-nsswitch-config, hcoop-krb5-config, hcoop-firewall-config, + hcoop-nsswitch-config, hcoop-krb5-config, hcoop-firewall-config, zsh, ${misc:Depends} Provides: ${diverted-files} Conflicts: ${diverted-files} diff --git a/debian/hcoop-common-config.transform b/debian/hcoop-common-config.transform new file mode 100644 index 0000000..32cd52c --- /dev/null +++ b/debian/hcoop-common-config.transform @@ -0,0 +1,2 @@ +/etc/zsh/zshenv.hcoop awk '{print $1 "\nPATH=\"$PATH:/afs/hcoop.net/common/bin\"\n"}' +/etc/insserv.conf.hcoop debian/transform_insserv.conf.hcoop \ No newline at end of file -- 2.20.1