<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/etc/bash_completion.d/10vyatta-op, branch debian/0.3</title>
<subtitle>Vyatta bash completion for operational commands (mirror of https://github.com/vyos/vyatta-op.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-op.git/atom?h=debian%2F0.3</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=debian%2F0.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2008-03-14T16:03:48+00:00</updated>
<entry>
<title>Better fix for interrupted shell commands problem.</title>
<updated>2008-03-14T16:03:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T16:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6911e754d8a5699498dee311a3138298cb07ebaf'/>
<id>urn:sha1:6911e754d8a5699498dee311a3138298cb07ebaf</id>
<content type='text'>
By doing pipeline as:
   eval "( $cmd ) | $PAGER"
this avoids the problem that if top level pipeline is interrupted
the shell puts the command into stopped mode. Since job control
commands are not available in operational mode, the job would stay
stuck.
</content>
</entry>
<entry>
<title>Need to run commands via eval</title>
<updated>2008-03-14T15:51:57+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T15:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=67ebf64095378d5108d01a58f3aec7433258eb55'/>
<id>urn:sha1:67ebf64095378d5108d01a58f3aec7433258eb55</id>
<content type='text'>
Revert "don't run commands in subshell"

This change fixed the interrupting pipeline problem, but
broke the ability to put builtin shell commands in run: tag.

This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.
</content>
</entry>
<entry>
<title>don't run commands in subshell</title>
<updated>2008-03-13T20:58:56+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-13T20:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94'/>
<id>urn:sha1:f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94</id>
<content type='text'>
To fix Bug 2867, don't run commands in sub shell (ie eval) and
have pager quit on interrupt.
</content>
</entry>
<entry>
<title>Update license from VPL 1.0 to GPLv2</title>
<updated>2008-03-10T19:07:38+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-10T19:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=65c2cc38cc770551f34e6e00162256024c6a90c1'/>
<id>urn:sha1:65c2cc38cc770551f34e6e00162256024c6a90c1</id>
<content type='text'>
Change license boilerplate text from VPL1.0 to GPLv2
</content>
</entry>
<entry>
<title>partial fix for bug 2771: change default for root and add command for</title>
<updated>2008-02-29T23:29:17+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-02-29T23:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=b1f58ac09815887b948adfd8ccb574522f27656f'/>
<id>urn:sha1:b1f58ac09815887b948adfd8ccb574522f27656f</id>
<content type='text'>
setting key behavior.
</content>
</entry>
<entry>
<title>Revert "* fix for bug 2771: bind space to completion for vbash users."</title>
<updated>2008-02-28T02:42:41+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-02-28T02:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=9e85d04ebf37720954e66dbc129ee84b792eae05'/>
<id>urn:sha1:9e85d04ebf37720954e66dbc129ee84b792eae05</id>
<content type='text'>
This reverts commit a1fc2f044f2e08b78931821068d08e2ea384ff10.
</content>
</entry>
<entry>
<title>* fix for bug 2771: bind space to completion for vbash users.</title>
<updated>2008-02-28T02:37:13+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-02-28T02:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=a1fc2f044f2e08b78931821068d08e2ea384ff10'/>
<id>urn:sha1:a1fc2f044f2e08b78931821068d08e2ea384ff10</id>
<content type='text'>
* add op commands to change the key behaviors.
</content>
</entry>
<entry>
<title>bind '?' to "possible-completions" for help</title>
<updated>2008-02-15T01:22:20+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-02-15T01:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=ddde28df595efaf70ec7b281464203339d2b2f8f'/>
<id>urn:sha1:ddde28df595efaf70ec7b281464203339d2b2f8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix (or at least improve) bug 2519</title>
<updated>2008-02-04T19:22:57+00:00</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@vyatta.com</email>
</author>
<published>2008-02-04T18:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=2af5044992620f2d6b87e2f58626e01da2919cc3'/>
<id>urn:sha1:2af5044992620f2d6b87e2f58626e01da2919cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>let config mode inhert vtysh()</title>
<updated>2008-01-09T21:11:32+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-01-09T21:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=a689b2a4d10714aaf920dad3e3705d07aa0fe9f8'/>
<id>urn:sha1:a689b2a4d10714aaf920dad3e3705d07aa0fe9f8</id>
<content type='text'>
</content>
</entry>
</feed>
