update 2026-08-14 17:02:27

This commit is contained in:
action
2026-08-14 17:02:27 +08:00
parent 816b617e90
commit bbea37a7c8
1957 changed files with 1 additions and 1523143 deletions
-13
View File
@@ -1,13 +0,0 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=50
start() {
mkdir -m 0755 -p /var/run/vsftpd
service_start /usr/sbin/vsftpd
}
stop() {
service_stop /usr/sbin/vsftpd
}