Просмотр исходного кода

switch to new <prefix>/pub with the example and activate it

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
c578b25ca7
2 измененных файлов с 9 добавлено и 8 удалено
  1. 6 5
      rsync/rsync.conf
  2. 3 3
      rsync/rsync.spec

+ 6 - 5
rsync/rsync.conf

@@ -20,9 +20,10 @@ list               = no
 uid                = @l_nusr@
 gid                = @l_ngrp@
 
-# [tmp]
-# comment            = The Temporary Filesystem
-# path               = /tmp/
-# exclude            = .*
-# list               = no
+[pub]
+comment            = Public area of @l_prefix@ OpenPKG instance
+path               = @l_prefix@/pub/
+exclude            = .*
+read only          = yes
+list               = yes
 

+ 3 - 3
rsync/rsync.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Filesystem
 License:      GPL
 Version:      2.5.5
-Release:      20020403
+Release:      20020404
 
 #   list of sources
 Source0:      http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
@@ -43,8 +43,8 @@ Source2:      rc.rsync
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206
-PreReq:       OpenPKG, openpkg >= 20020206
+BuildPreReq:  OpenPKG, openpkg >= 20020404
+PreReq:       OpenPKG, openpkg >= 20020404
 AutoReq:      no
 AutoReqProv:  no