Browse Source

Check signatures by default

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

+ 2
- 2
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.2 2003/03/07 12:44:17 gf Exp $
4
+# $Id: config.sh,v 1.3 2003/03/07 14:02:14 gf Exp $
5 5
 #
6 6
 
7 7
 PATH="/bin:/usr/bin:/usr/local/bin"
@@ -13,7 +13,7 @@ DL_HOST="http://mirrors.unixsol.org/slackware/slackware-current/slackware"
13 13
 #DL_HOST="ftp://ftp.slackware.com/pub/slackware/slackware-current/slackware"
14 14
 
15 15
 MD5_CHECK="1"             # Check md5 sums of downloaded packages
16
-SIG_CHECK="0"             # Check digital signatures of downloaded packages
16
+SIG_CHECK="1"             # Check digital signatures of downloaded packages
17 17
 HOSTS_FILE="update_hosts" # In this file are listed hosts that will be upgraded
18 18
 REMOTE_DIR="Updates"      # Upgraded packages will be downloaded in this
19 19
                           # directory on the remote machine.

Loading…
Cancel
Save