Ticket #694: fhs.pod.diff
File fhs.pod.diff, 2.2 KB (added by jkeenan, 13 years ago) |
---|
-
docs/dev/fhs.pod
1 # Copyright (C) 2001-2007, Parrot Foundation. 2 # $Id$ 3 1 4 =pod 2 5 3 6 =head1 Title … … 2 5 3 FHS - Filesystem Hie ararchy Standard and Parrot6 FHS - Filesystem Hierarchy Standard and Parrot 4 7 … … 53 56 54 57 This is the primary directory of executable commands on the system. All 55 58 executables that are intended to be called directly by the user (i.e. 56 parrot, p dump, disassemble, parrot-debugger, pbc_info,pbg_merge, ...)59 parrot, parrot_debugger, pbc_disassemble, pbc_dump, pbc_info, pbg_merge, ...) 57 60 should go here. The current version number should be appended to the 58 61 binaries itself and a symlink needs to be created that points from the 59 62 binary with version number to the normal name of the file without a … … 79 82 This is libparrot$(SOEXT).$(SOVERSION) if the parrot binary was linked 80 83 dynamically. Otherwise nothing. 81 84 82 Also Parrot use es a single subdirectory called I</usr/lib/parrot> to85 Also Parrot uses a single subdirectory called I</usr/lib/parrot> to 83 86 store all architecture-dependent data exclusively used by parrot. These 84 87 files are grouped by the parrot version they belong to. So we'll have 85 88 I</usr/lib/parrot/0.4.0>, I</usr/lib/parrot/0.4.1>, etc. … … 97 100 98 101 The I</usr/share> hierarchy is for all read-only architecture 99 102 independent data files. Parrot stores those files in 100 I</usr/share/parrot/$(VERSION)>. For example all . imc, .pasm and .imc103 I</usr/share/parrot/$(VERSION)>. For example all .pasm and .pir 101 104 files should go there as well as data files for libraries like images 102 105 and such. 103 106 … … 154 157 155 158 This is also documentation for I</usr/share/doc>. 156 159 157 =item /usr/parrot-config. imc160 =item /usr/parrot-config.pir 158 161 159 162 This is a command which can be called from the user. It should be in 160 I</usr/bin>, maybe without the . imcsuffix.163 I</usr/bin>, maybe without the .pir suffix. 161 164 162 165 =back 163 166