deb-conffiles.man 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .\" dpkg manual page - deb-conffiles(5)
  2. .\"
  3. .\" Copyright © 2016 Guillem Jover <guillem@debian.org>
  4. .\"
  5. .\" This is free software; you can redistribute it and/or modify
  6. .\" it under the terms of the GNU General Public License as published by
  7. .\" the Free Software Foundation; either version 2 of the License, or
  8. .\" (at your option) any later version.
  9. .\"
  10. .\" This is distributed in the hope that it will be useful,
  11. .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. .\" GNU General Public License for more details.
  14. .\"
  15. .\" You should have received a copy of the GNU General Public License
  16. .\" along with this program. If not, see <https://www.gnu.org/licenses/>.
  17. .
  18. .TH deb\-conffiles 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
  19. .nh
  20. .SH NAME
  21. deb\-conffiles \- package conffiles
  22. .
  23. .SH SYNOPSIS
  24. conffiles
  25. .
  26. .SH DESCRIPTION
  27. A package declares its list of conffiles by including a \fIconffiles\fP file
  28. in its control archive (i.e. \fIDEBIAN/conffiles\fP during package creation).
  29. .PP
  30. This file contains a list of files, one per line.
  31. Trailing whitespace will be trimmed, and empty lines will be ignored.
  32. .
  33. .SH EXAMPLE
  34. .nf
  35. %CONFDIR%/alternatives/README
  36. %CONFDIR%/cron.daily/dpkg
  37. %PKGCONFDIR%/dpkg.cfg
  38. %CONFDIR%/logrotate.d/dpkg
  39. .fi
  40. .
  41. .SH SEE ALSO
  42. .BR dpkg (1).