<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/tools/Z99-cloudinit-warnings.sh, branch circinus-public-unmaintained</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2018-08-03T22:29:40+00:00</updated>
<entry>
<title>Use typeset or local in profile.d scripts.</title>
<updated>2018-08-03T22:29:40+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2018-08-03T22:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=538af8e64facb7df55c759d9ca82a0fb3a6ce325'/>
<id>urn:sha1:538af8e64facb7df55c759d9ca82a0fb3a6ce325</id>
<content type='text'>
Bash and most other "bourne-like" shells allow declaring function
local variables via 'local'.  ksh does not.  Instead of using 'local'
always, use 'typeset' when the KSH_VERSION variable is present in
environment.

LP: #1784713
</content>
</entry>
<entry>
<title>Actually skip warnings when .skip file is present.</title>
<updated>2017-05-17T20:29:29+00:00</updated>
<author>
<name>Chris Brinker</name>
<email>chris.brinker@gmail.com</email>
</author>
<published>2017-04-28T17:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=66e46d8ec290737fd74f50eb8c7672d627d9b516'/>
<id>urn:sha1:66e46d8ec290737fd74f50eb8c7672d627d9b516</id>
<content type='text'>
This change allows the presence of
  "/var/lib/cloud/instance/warnings/.skip" to
actually skip warnings as documented in Z99-cloudinit-warnings.sh.

LP: #1691551
</content>
</entry>
<entry>
<title>Add profile.d script for showing warnings on login.</title>
<updated>2017-03-03T03:03:54+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@brickies.net</email>
</author>
<published>2017-02-28T21:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=33518d7d62493c7d00e3792146399c9572abe915'/>
<id>urn:sha1:33518d7d62493c7d00e3792146399c9572abe915</id>
<content type='text'>
Z99-cloudinit-warnings.sh can be dropped into /etc/profile.d.
Warnings that are written to /var/lib/cloud/instance/warnings
will be displayed to the user on stderr when they log in.
</content>
</entry>
</feed>
