blob: be5fc3ab73a83227772e0681f3312c3e4dbca066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
# $Id: db-extra,v 1.11 2005/06/21 03:44:57 judd Exp $
repoid=2
reponame="extra"
ftppath="/home/ftp/extra/os/i686"
cvspath="/home/cvs-extra"
cvsmod="extra"
# call the real script
. `dirname $0`/db-inc
|