Projects
Eulaceura:Factory
vsftpd
_service:obs_scm:vsftpd_conf_migrate.sh
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:vsftpd_conf_migrate.sh of Package vsftpd
#!/bin/bash #move old config files and symlink them #shipped with vsftpd-2.0.1-6 shopt -s nullglob PREFIX="vsftpd" for file in /etc/${PREFIX}.*; do if [ ! -L $file ]; then new=`echo $file | sed s/${PREFIX}\./${PREFIX}\\\\//g | sed s/\.rpmsave//g` mv -f ${file} ${new} ln -s ${new} ${file} echo $file moved to $new fi done
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2