Skip to content

Commit

Permalink
Adding uxlaunch sysconfig example file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Jul 16, 2009
1 parent f4d36ea commit dadfe86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ CC := gcc
all: uxlaunch all: uxlaunch


install: uxlaunch install: uxlaunch
mkdir -p $(DESTDIR)/usr/sbin mkdir -p $(DESTDIR)/usr/sbin $(DESTDIR)/etc/sysconfig/
install uxlaunch $(DESTDIR)/usr/sbin/ install uxlaunch $(DESTDIR)/usr/sbin/
[ -f $(DESTDIR)/etc/sysconfig/uxlaunch ] || \
install uxlaunch.sysconfig $(DESTDIR)/etc/sysconfig/uxlaunch


OBJS := uxlaunch.o consolekit.o dbus.o desktop.o misc.o pam.o user.o xserver.o \ OBJS := uxlaunch.o consolekit.o dbus.o desktop.o misc.o pam.o user.o xserver.o \
lib.o options.o lib.o options.o
Expand Down
13 changes: 13 additions & 0 deletions uxlaunch.sysconfig
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# uxlaunch configuration file - /etc/sysconfig/uxlaunch
#

# Lines starting with '#' are ignored.
#
# Format of the lines should be `key=value`. don't use spaces or quotes
# except in values where they are needed.
#
# defaults:
#user=moblin
#session=/usr/bin/mutter --sm-disable
#tty=2

0 comments on commit dadfe86

Please sign in to comment.