summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit dependency on /usr/bin/pythonLee Duncan2017-12-081-1/+1
| | | | | | | | | The example script specifies /usr/bin/python, but the code can all handle python2 or python2, so update the script to work with either. Note: this replaces a SPEC-file dependency on /usr/bin/python with one on /usr/bin/env.
* Fix import warningYaniv Kaul2016-12-051-1/+1
| | | | | | | | [ykaul@ykaul examples]$ ./myshell ./myshell:20: UserWarning: 'configshell' package name for configshell-fb is deprecated, please instead import 'configshell_fb' import configshell Instead, importing configshell_fb as configshell
* configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-041-11/+11
| | | | | | | | | This patch converts configshell code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* Fixed obsolete examples/myshell.1.1Jerome Martin2011-09-221-27/+19
|
* Initial configshell commit0.9Nicholas Bellinger2011-05-041-0/+181
Signed-off-by: Nicholas A. Bellinger <nab@risingtidesystems.com>