git: 7900879eec8d - main - rc.resume: remove obsolete comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 May 2023 15:27:14 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=7900879eec8d851f8ca8e45fd4863670a8da4e17 commit 7900879eec8d851f8ca8e45fd4863670a8da4e17 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2023-05-23 15:26:56 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2023-05-23 15:26:56 +0000 rc.resume: remove obsolete comment Reviewed by: markj Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D40235 --- libexec/rc/rc.resume | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libexec/rc/rc.resume b/libexec/rc/rc.resume index 55fd6ffec145..cee6f077a240 100755 --- a/libexec/rc/rc.resume +++ b/libexec/rc/rc.resume @@ -43,11 +43,6 @@ if [ -r /var/run/rc.suspend.pid ]; then echo 'rc.resume: killed rc.suspend that was still around' fi -# Turns on a power supply of a card in the slot inactivated. -# See also contrib/pccardq.c (only for PAO users). -# pccardq | awk -F '~' '$5 == "inactive" \ -# { printf("pccardc power %d 1", $1); }' | sh - # If a device driver has problems resuming, try unloading it before # suspend and reloading it on resume. Example: # kldload usb