Browse Source

Add more comments

Georgi Chorbadzhiyski 21 years ago
parent
commit
da2e4ac679
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      config.sh

+ 4
- 1
config.sh View File

@@ -1,7 +1,7 @@
1 1
 #!/bin/sh
2 2
 # SlackCheck configuration file
3 3
 #
4
-# $Id: config.sh,v 1.6 2003/04/09 14:17:36 gf Exp $
4
+# $Id: config.sh,v 1.7 2003/04/09 14:25:10 gf Exp $
5 5
 #
6 6
 
7 7
 PATH="/bin:/usr/bin:/usr/local/bin"
@@ -10,6 +10,9 @@ PATH="/bin:/usr/bin:/usr/local/bin"
10 10
 SLACK_VER="current"
11 11
 
12 12
 # Where to look for upgrades
13
+# *** If you want patches directory to be checked this directory
14
+# *** must point to / directory of the slackware mirror. Not slackware/
15
+# *** directory.
13 16
 DL_HOST="http://mirrors.unixsol.org/slackware/slackware-${SLACK_VER}"
14 17
 #DL_HOST="http://www.slackware.no/slackware/slackware-${SLACK_VER}"
15 18
 #DL_HOST="http://www.slackware.at/data/slackware-${SLACK_VER}"

Loading…
Cancel
Save