pottzie

Untitled

Mar 20th, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ubuntu / # acpid dmesg keymaps mysql pydoc-3.1 udev
  2. alsasound env_whitelist local net rc urandom
  3. bluetooth fsck localmount network rsyncd xdm
  4. bootmisc git-daemon local.start ntp-client saslauthd
  5. consolefont gpm local.stop ntpd sshd
  6. crypto-loop hostname lvm pciparm staticroute
  7. device-mapper hwclock modules pydoc-2.6 syslog-ng
  8.  
  9.  
  10. ubuntu / #
  11. --- /etc/dispatch-conf.conf 2010-10-21 04:06:11.000000000 -0400
  12. +++ /etc/._cfg0000_dispatch-conf.conf 2011-03-13 23:05:13.000000000 -0400
  13. @@ -6,12 +6,22 @@
  14. archive-dir=/etc/config-archive
  15.  
  16. # Use rcs for storing files in the archive directory?
  17. +# WARNING: When configured to use rcs, read and execute permissions of
  18. +# archived files may be inherited from the first check in of a working
  19. +# file, as documented in the ci(1) man page. This means that even if
  20. +# the permissions of the working file have since changed, the older
  21. +# permissions of the first check in may be inherited. As mentioned in
  22. +# the ci(1) man page, users can control access to RCS files by setting
  23. +# the permissions of the directory containing the files (see
  24. +# archive-dir above).
  25. # (yes or no)
  26. use-rcs=no
  27.  
  28. # Diff for display
  29. # %s old file
  30. # %s new file
  31. +# If using colordiff instead of diff, the less -R option may be required
  32. +# for correct display.
  33. diff="diff -Nu '%s' '%s' | less --no-init --QUIT-AT-EOF"
  34. :
Advertisement
Add Comment
Please, Sign In to add comment