From: Clinton Ebadi Date: Tue, 8 Apr 2014 10:38:32 +0000 (-0400) Subject: Add common.bin to zsh path. May be a bad idea, since we now install zsh on all nodes. X-Git-Tag: debian/2~1 X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-common-config.git/commitdiff_plain/ddd26f9e599a0e5b62c7d31eaab3c608853cbef6 Add common.bin to zsh path. May be a bad idea, since we now install zsh on all nodes. --- 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