diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2005-12-01 21:39:43 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2005-12-01 21:39:43 +0000 |
| commit | 0ed0acce8dafe02b871d94613fff2401e96b3f7d (patch) | |
| tree | 15813f5eccc311ae0b05afa2b8b6d2654d36ec1b | |
| parent | 6a4cb6fd25a53ad9e8f55a2ebf90584fe801c879 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index aa7ec88a97423..b25a7da29a90f 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -118,6 +118,7 @@ static HitList etc_files [] = { { JUST_COPY, "skeykeys", TRUE, NULL }, { JUST_COPY, "spwd.db", TRUE, NULL }, { JUST_COPY, "ssh", TRUE, NULL }, + { JUST_COPY, "sysctl.conf", TRUE, NULL }, { JUST_COPY, "syslog.conf", TRUE, NULL }, { JUST_COPY, "ttys", TRUE, NULL }, { JUST_COPY, "uucp", TRUE, NULL }, |
