Browse Source

Add smart_upgraed variable

Georgi Chorbadzhiyski 21 years ago
parent
commit
03fb853bba
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      config.sh

+ 7
- 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.3 2003/03/07 14:02:14 gf Exp $
4
+# $Id: config.sh,v 1.4 2003/03/09 22:36:13 gf Exp $
5 5
 #
6 6
 
7 7
 PATH="/bin:/usr/bin:/usr/local/bin"
@@ -12,6 +12,8 @@ DL_HOST="http://mirrors.unixsol.org/slackware/slackware-current/slackware"
12 12
 #DL_HOST="http://ftp.planetmirror.com/pub/slackware/slackware-current/slackware"
13 13
 #DL_HOST="ftp://ftp.slackware.com/pub/slackware/slackware-current/slackware"
14 14
 
15
+# Set variable to "0" if you dont want some of the functionality
16
+
15 17
 MD5_CHECK="1"             # Check md5 sums of downloaded packages
16 18
 SIG_CHECK="1"             # Check digital signatures of downloaded packages
17 19
 HOSTS_FILE="update_hosts" # In this file are listed hosts that will be upgraded
@@ -23,6 +25,10 @@ REMOTE_DIR="Updates"      # Upgraded packages will be downloaded in this
23 25
 REMOTE_DIR_DEL="1"        # Delete directory with downloaded packages after
24 26
                           # finishing updates
25 27
 
28
+SMART_UPGRADE="1"         # When lilo-* or kernel-* packages are updated run
29
+                          # "lilo" command. If lilo is not run after upgrading
30
+                          # these packages, your system probably wont boot.
31
+
26 32
 # This program will be used to download files from web
27 33
 DL_PRG="wget"
28 34
 DL_PRG_OPTS="-nv"

Loading…
Cancel
Save