Bug#673207: /etc/default/rcS is perhaps a better place for FANCYTTY variable
Stanislav Maslovski <[email protected]>
| Newsgroups | gmane.linux.debian.devel.lsb |
|---|---|
| Message-ID | <20120605223335.8123.11595.reportbug__18734.7292005599$1338935786$gmane$org@kaiba.homelan> |
Package: lsb-base
Followup-For: Bug #673207
I should have written the respective snipplet like this in my original bug
report:
FANCYTTY=$([ -e /etc/default/rcS ] && . /etc/default/rcS && echo ${FANCYTTY:-})
This would have avoided the problem with "set -u" in some init scripts.
--
Stanislav