saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-02-27 01:58:55 +01:00
committed by root
commit b3cea8d893
2385 changed files with 507432 additions and 0 deletions

17
conf.d/g15composer Normal file
View File

@@ -0,0 +1,17 @@
# /etc/conf.d/g15composer: Configuration for the g15composer
# The CONTROL_FIFO is the name of the FIFO that g15composer listens to.
# It does not create a screen on the display, but allows programs to
# create their own non-virtual screens.
# Please make sure the file specified does not exist.
CONTROL_FIFO="/var/run/g15composer"
# Set the user who owns the CONTROL_FIFO.
# As this is also the user as whom g15composer is run,
# it has to be someone who can create further message channels
# This should be the user who runs the LCD clients
FIFO_USER=jule
# Set the grop which owns the CONTROL_FIFO.
# The users who want to display screens on the LCD need to be in this group.
FIFO_GROUP=users