summaryrefslogtreecommitdiff
path: root/Keywords/shell.ucl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* Add error checks to @shellBaptiste Daroussin2021-01-271-8/+8
| | | | | | | | | | | Check errors from Lua io.* library calls to make it show useful error messages when they do occur instead of ("attempt to index a nil value") Submitted by: RhToad (in IRC) <andrew@tao173.riddles.org.uk> Differential Revision: https://reviews.freebsd.org/D27154 Notes: svn path=/head/; revision=563097
* Convert @shell from shell script to lua scriptBaptiste Daroussin2020-10-221-16/+35
| | | | | | | | | | | | | | This makes @shell rootdir friendly and cross install friendly as well as capsicumized. Bonus: the /etc/shells is now only touched when needed Reviewed by: manu, mat Approved by: portmgr (mat) Differential Revision: D26640 Notes: svn path=/head/; revision=552938
* Remove now useless commentsBaptiste Daroussin2016-06-191-4/+0
| | | | Notes: svn path=/head/; revision=417133
* Make @shell rootdir friendly to allow cross installationBaptiste Daroussin2016-05-291-6/+6
| | | | Notes: svn path=/head/; revision=416131
* When updating /etc/shells, only remove existing entries that match the newMark Johnston2015-02-161-2/+2
| | | | | | | | | | | | entry exactly. Otherwise we may clobber entries that contain the new entry as a substring. Reviewed by: bdrewery Approved by: bdrewery Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=379119
* - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsAlex Kozlov2014-10-081-2/+10
| | | | | | | | Approved by: portmgr (antoine, bapt) Differential Revision: https://reviews.freebsd.org/D721 Notes: svn path=/head/; revision=370490
* Convert keywords in pure ucl formatBaptiste Daroussin2014-07-241-0/+24
yaml version will be removed later Notes: svn path=/head/; revision=362833