packages/SUNWxdm/prototype
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 971 8459d3101073
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
     1 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
       
     2 #
       
     3 # Permission is hereby granted, free of charge, to any person obtaining a
       
     4 # copy of this software and associated documentation files (the "Software"),
       
     5 # to deal in the Software without restriction, including without limitation
       
     6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
       
     7 # and/or sell copies of the Software, and to permit persons to whom the
       
     8 # Software is furnished to do so, subject to the following conditions:
       
     9 #
       
    10 # The above copyright notice and this permission notice (including the next
       
    11 # paragraph) shall be included in all copies or substantial portions of the
       
    12 # Software.
       
    13 #
       
    14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
       
    17 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    20 # DEALINGS IN THE SOFTWARE.
       
    21 #
       
    22 # xdm display manager
       
    23 
       
    24 i pkginfo
       
    25 i copyright
       
    26 i depend
       
    27 
       
    28 !HOME=../usr
       
    29 
       
    30 
       
    31 !search      $HOME/sbin
       
    32 d none sbin							0755 root bin
       
    33 f none sbin/xdm							0555 root bin
       
    34 
       
    35 d none lib							0755 root bin
       
    36 d none lib/X11							0755 root bin
       
    37 
       
    38 !search  $HOME/lib/X11/xdm
       
    39 d none lib/X11/xdm						0755 root bin
       
    40 # scripts & binaries run by xdm
       
    41 f none lib/X11/xdm/GiveConsole					0555 root bin
       
    42 f none lib/X11/xdm/TakeConsole					0555 root bin
       
    43 f none lib/X11/xdm/Xreset					0555 root bin
       
    44 f none lib/X11/xdm/Xsession					0555 root bin
       
    45 f none lib/X11/xdm/Xsetup_0					0555 root bin
       
    46 f none lib/X11/xdm/Xstartup					0555 root bin
       
    47 f none lib/X11/xdm/Xwilling					0555 root bin
       
    48 f none lib/X11/xdm/chooser					0555 root bin
       
    49 f none lib/X11/xdm/libXdmGreet.so				0555 root bin
       
    50 f none lib/X11/xdm/xdmshell					0555 root bin
       
    51 
       
    52 # prototype files for users who have edited the versions in etc
       
    53 f none lib/X11/xdm/Xaccess					0444 root bin
       
    54 f none lib/X11/xdm/Xresources					0444 root bin
       
    55 f none lib/X11/xdm/Xservers					0444 root bin
       
    56 f none lib/X11/xdm/xdm-config					0444 root bin
       
    57 f none lib/X11/xdm/README					0444 root bin
       
    58 
       
    59 !search $HOME/lib/X11/xdm/pixmaps
       
    60 d none lib/X11/xdm/pixmaps					0755 root bin
       
    61 f none lib/X11/xdm/pixmaps/xorg-bw.xpm				0444 root bin
       
    62 f none lib/X11/xdm/pixmaps/xorg.xpm				0444 root bin
       
    63 
       
    64 !search $HOME/share/X11/app-defaults
       
    65 d none share/X11						0755 root bin
       
    66 d none share/X11/app-defaults					0755 root bin
       
    67 f none share/X11/app-defaults/Chooser				0444 root bin
       
    68 
       
    69 !search      $HOME/share/man/man1
       
    70 d none share							0755 root sys
       
    71 d none share/man						0755 root bin
       
    72 d none share/man/man1						0755 root bin
       
    73 f none share/man/man1/xdm.1					0444 root bin
       
    74