diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-28 02:34:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-28 02:34:44 +0100 |
commit | 644110a847c5911c2eb04eb53c93031740561efc (patch) | |
tree | 9658dde1cc70b52b233957b7852f87d997e98156 /trinity-base/lisa/files/lisa.conf | |
download | tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip |
Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'trinity-base/lisa/files/lisa.conf')
-rw-r--r-- | trinity-base/lisa/files/lisa.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/trinity-base/lisa/files/lisa.conf b/trinity-base/lisa/files/lisa.conf new file mode 100644 index 00000000..bad3fa82 --- /dev/null +++ b/trinity-base/lisa/files/lisa.conf @@ -0,0 +1,11 @@ +# Note: this is NOT the main lisa configuratio file. That is in /etc/lisarc. +# This merely sets startup options for the gentoo lisa initscript. +# Add anything you want to $LISACONF. + +# config file to use; overrides default +# note that default checks /etc/lisarc and ~/.lisarc +# LISACONF="$LISACONF --config=myfile" + +# port to use; overrides default of 7741 +# I think all lisas on the network have to use the same port +# LISACONF="$LISACONF --port 7741"
\ No newline at end of file |