<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git, 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-19T00:00:39+00:00</updated>
<entry>
<title>VC4.0.1</title>
<updated>2008-03-19T00:00:39+00:00</updated>
<author>
<name>Mark O'Brien</name>
<email>mobrien@vyatta.com</email>
</author>
<published>2008-03-19T00:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=96e1298d22d441902be207a779055db1a9836f17'/>
<id>urn:sha1:96e1298d22d441902be207a779055db1a9836f17</id>
<content type='text'>
</content>
</entry>
<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>Fix syntax error in control file + add a missing dependency: "less"</title>
<updated>2008-03-13T01:39:36+00:00</updated>
<author>
<name>rbalocca</name>
<email>rbalocca@vyatta.com</email>
</author>
<published>2008-03-13T01:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=bec2d770cc82566e17e5aff1850037a4fec3e34c'/>
<id>urn:sha1:bec2d770cc82566e17e5aff1850037a4fec3e34c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move init-floppy to /opt/vyatta/sbin</title>
<updated>2008-03-12T20:27:46+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-12T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=9540225994d6136b4565933731c6162dc1eecb8d'/>
<id>urn:sha1:9540225994d6136b4565933731c6162dc1eecb8d</id>
<content type='text'>
This command won't work for operator (same as install-system).
</content>
</entry>
<entry>
<title>Fix this a different way.</title>
<updated>2008-03-12T19:55:14+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-12T19:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=00ed76fce223092d3b5b0698450064ded55021e7'/>
<id>urn:sha1:00ed76fce223092d3b5b0698450064ded55021e7</id>
<content type='text'>
Revert "remove init-floppy"

This reverts commit 79199f70a8268c832555d2b440ceff1fd613469e.
</content>
</entry>
<entry>
<title>remove init-floppy</title>
<updated>2008-03-12T19:04:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-12T19:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=79199f70a8268c832555d2b440ceff1fd613469e'/>
<id>urn:sha1:79199f70a8268c832555d2b440ceff1fd613469e</id>
<content type='text'>
The script is not secure and prompts for sudo password.
Bugfix: 2985
</content>
</entry>
<entry>
<title>Fix Bug 2707 Missing from Glendale</title>
<updated>2008-03-11T01:19:57+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit@vyatta.com</email>
</author>
<published>2008-03-11T01:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7a70d083c82b405cde8f66e0e8663400301bbb44'/>
<id>urn:sha1:7a70d083c82b405cde8f66e0e8663400301bbb44</id>
<content type='text'>
- Delete log file &lt;&gt; enhancement
</content>
</entry>
<entry>
<title>Fix Bug 2863 "show bridge" prompts for sudo password</title>
<updated>2008-03-10T23:30:32+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit@vyatta.com</email>
</author>
<published>2008-03-10T23:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=db11fc06b97704620f3c858f6fe8dc1291b988dc'/>
<id>urn:sha1:db11fc06b97704620f3c858f6fe8dc1291b988dc</id>
<content type='text'>
- "show bridge" works in operator mode without asking for sudo password
</content>
</entry>
</feed>
