remove ftp in filesystem
This commit is contained in:
parent
f04470e3ae
commit
594d356c9a
@ -2,7 +2,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.14
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: Public Domain
|
||||
URL: https://pagure.io/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -53,7 +53,7 @@ mkdir -p afs boot dev \
|
||||
etc/{X11/{applnk,fontpath.d,xinit/{xinitrc,xinput}.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},skel,sysconfig,pki,bash_completion.d,rwtab.d,statetab.d} \
|
||||
home media mnt opt proc root run srv sys tmp \
|
||||
usr/{bin,games,include,%{_lib}/{bpf,games,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug/{.dwz,usr},games,locale,modules,sysimage},libexec,local/{bin,etc,games,lib,%{_lib}/bpf,sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,appdata,applications,augeas/lenses,backgrounds,bash-completion{,/completions,/helpers},desktop-directories,dict,doc,empty,games,gnome,help,icons,idl,info,licenses,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},metainfo,mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11,wayland-sessions},src,src/kernels,src/debug} \
|
||||
var/{adm,empty,ftp,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache/bpf,opt,games,yp}
|
||||
var/{adm,empty,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache/bpf,opt,games,yp}
|
||||
|
||||
#do not create the symlink atm.
|
||||
#ln -snf etc/sysconfig etc/default
|
||||
@ -292,7 +292,6 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
||||
/var/cache/bpf
|
||||
/var/db
|
||||
/var/empty
|
||||
/var/ftp
|
||||
/var/games
|
||||
/var/lib
|
||||
/var/local
|
||||
@ -310,6 +309,9 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Thu Jan 7 2021 Lixiaokeng <lixiaokeng@huawei.com> - 3.14-2
|
||||
- ftp is discarded and replaced by lftp due to decline. Remove ftp in filesystem.
|
||||
|
||||
* Thu Jul 30 2020 yanglongkang <yanglongkang@huawei.com> - 3.14-1
|
||||
- update to 3.14 version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user