diff options
author | Brian Cameron <brian.cameron@oracle.com> | 2012-04-26 15:23:54 -0500 |
---|---|---|
committer | Brian Cameron <brian.cameron@oracle.com> | 2012-04-26 15:23:54 -0500 |
commit | 86bd005add8922af324597ae4ac50a56a7c94eb9 (patch) | |
tree | 49b85f56d616d3d088b330f757bf1ce9c92dacb4 | |
parent | e14049e1d215b8ca3f460c74ba67619d65ed45af (diff) |
Remove the Sunray.display.in file and references from the Makefile.am file.wip/multi-seat
Files like this should be delivered with the product not with the ConsoleKit
module.
-rw-r--r-- | data/displays.d/Makefile.am | 3 | ||||
-rw-r--r-- | data/displays.d/Sunray.display.in | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/data/displays.d/Makefile.am b/data/displays.d/Makefile.am index 853744e..1fab1d2 100644 --- a/data/displays.d/Makefile.am +++ b/data/displays.d/Makefile.am @@ -5,7 +5,6 @@ display_in_files = \ Local.display.in \ RemoteMachine.display.in \ LocalVNC.display.in \ - Sunray.display.in \ Headless.display.in display_DATA = $(display_in_files:.display.in=.display) @@ -16,8 +15,6 @@ RemoteMachine.display: RemoteMachine.display.in Makefile sed -e "s|\@X11_DIR\@|$(X11_DIR)|" $< > $@ LocalVNC.display: LocalVNC.display.in Makefile sed -e "s|\@X11_DIR\@|$(X11_DIR)|" $< > $@ -Sunray.display: Sunray.display.in Makefile - sed -e "s|\@X11_DIR\@|$(X11_DIR)|" $< > $@ Headless.display: Headless.display.in Makefile sed -e "s|\@X11_DIR\@|$(X11_DIR)|" $< > $@ diff --git a/data/displays.d/Sunray.display.in b/data/displays.d/Sunray.display.in deleted file mode 100644 index 2c0ed38..0000000 --- a/data/displays.d/Sunray.display.in +++ /dev/null @@ -1,5 +0,0 @@ -[Display] -Type=X11 - -[X11] -Exec=/etc/opt/SUNWut/basedir/lib/utxsun $display -auth $auth |