OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../fhs/fhs-2-var.txt
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. # Chapter 5. The /var Hierarchy
  15. #
  16. m var/cache
  17. m var/lib
  18. m var/lib/misc
  19. m var/log
  20. m var/lock
  21. m var/run
  22. m var/spool
  23. # The /var/tmp directory is made available for programs that require
  24. # temporary files or directories that are preserved between system reboots.
  25. m var/tmp ugo=rwxt
  26. # substructures
  27. #
  28. m var/opt
  29. m var/local
  30. m var/games
  31. # optionals
  32. #
  33. m var/account
  34. # var/crash uhm?
  35. m var/mail ugo=rwxt
  36. # var/yp only if NIS?
  37. # others available on 00-dirtree
  38. m var/empty
  39. # var/spool/mqueue do we need it?
  40. # var/lib/pkgtool ../adm what for?