TEXT   19
ftp archive conf
Guest on 15th March 2023 02:09:59 PM


  1. Dir {
  2.     ArchiveDir "/home/srivasta/public_html/"
  3. };
  4.  
  5.  
  6.  
  7. Default {
  8.     Packages::Compress ". gzip";
  9.     Sources::Compress  ". gzip";
  10.     Contents::Compress ". gzip";
  11. };
  12.  
  13. TreeDefault {
  14.     Directory      "$(DIST)/pool/";
  15.     SrcDirectory   "$(DIST)/pool/";
  16.     Packages       "$(DIST)/";
  17.     InternalPrefix "$(DIST)/";
  18.     Contents        "$(DIST)/Contents-$(ARCH)";
  19. };
  20.  
  21. Tree "packages" {
  22.     Sections      "";
  23.     Architectures "i386 all source";
  24.     Directory      "$(DIST)/pool/";
  25.     SrcDirectory   "$(DIST)/pool/";
  26.     Packages       "$(DIST)/";
  27.     InternalPrefix "$(DIST)/";
  28.     Contents        "$(DIST)/Contents-$(ARCH)";
  29. };
  30.  
  31. BinDirectory "packages" {
  32.   Packages "packages/Packages";
  33.   Sources "packages/Sources";
  34.   Contents "packages/Contents";
  35. };
  36.  
  37. APT::FTPArchive {
  38.  Release {
  39.     Archive "unstable";
  40.     Origin "Manoj Srivastava";
  41.     Label  "Unofficial SELinux Archive";
  42.     Suite  "";
  43.     Version "1.0";
  44.     Codename "Etch";
  45.     Date "";
  46.     Architectures "i386 all";
  47.     Components "main";
  48.     Description "http://www.golden-gryphon.com/software/security/selinux.xhtml";
  49.   };
  50. };

Raw Paste

Login or Register to edit or fork this paste. It's free.