diff options
| author | Sebastian Schmelzer | 2010-09-02 17:50:49 +0200 |
|---|---|---|
| committer | Sebastian Schmelzer | 2010-09-02 17:50:49 +0200 |
| commit | 416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch) | |
| tree | 4715f7d742fec50931017f38fe6ff0a89d4ceccc /os-plugins/plugins/kiosk/files | |
| parent | Fix for the problem reported on the list (sed filter forgotten for the (diff) | |
| download | core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip | |
change dir structure
Diffstat (limited to 'os-plugins/plugins/kiosk/files')
| -rwxr-xr-x | os-plugins/plugins/kiosk/files/kgetty | bin | 14524 -> 0 bytes | |||
| l--------- | os-plugins/plugins/kiosk/files/profiles/plain/.bashrc | 1 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/plain/bashrc | 4 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile | 2 | ||||
| l--------- | os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc | 1 | ||||
| l--------- | os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc | 1 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc | 4 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc | 7 |
8 files changed, 0 insertions, 20 deletions
diff --git a/os-plugins/plugins/kiosk/files/kgetty b/os-plugins/plugins/kiosk/files/kgetty Binary files differdeleted file mode 100755 index a65d96de..00000000 --- a/os-plugins/plugins/kiosk/files/kgetty +++ /dev/null diff --git a/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc deleted file mode 120000 index cee304e6..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc +++ /dev/null @@ -1 +0,0 @@ -bashrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/plain/bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/bashrc deleted file mode 100644 index 28694f85..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/plain/bashrc +++ /dev/null @@ -1,4 +0,0 @@ -if [ "x$(tty)" == "x/dev/tty1" ]; then - startx - exit -fi diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile deleted file mode 100644 index 099cd106..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile +++ /dev/null @@ -1,2 +0,0 @@ -# fix for some systems which don't source .bashrc automatically -. ~/.bashrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc deleted file mode 120000 index cee304e6..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc +++ /dev/null @@ -1 +0,0 @@ -bashrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc deleted file mode 120000 index 5539532c..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc +++ /dev/null @@ -1 +0,0 @@ -xinitrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc deleted file mode 100644 index 28694f85..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc +++ /dev/null @@ -1,4 +0,0 @@ -if [ "x$(tty)" == "x/dev/tty1" ]; then - startx - exit -fi diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc deleted file mode 100644 index 7774f4d2..00000000 --- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc +++ /dev/null @@ -1,7 +0,0 @@ -# check if we need to include Xsession script generated by out profile -# plugin -[ -e /etc/X11/Xsession.d/10slx-home_env ] && \ - . /etc/X11/Xsession.d/10slx-home_env - -/usr/bin/xsetroot -solid navy -/opt/openslx/plugin-repo/vmchooser/vmchooser -p /dev/null
\ No newline at end of file |
