Add symlinks in /usr/{bin,sbin,lib} directories.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-21 16:29:30 +00:00
commit cfad7c1944
10 changed files with 184 additions and 135 deletions

7
usr/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
/games/
include/
/lib64/
/libexec/
/local/
/share/
/src/

5
usr/bin/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/*
!/.gitignore
!/sendmail
!/mail
!/mailx

1
usr/bin/mail Symbolic link
View file

@ -0,0 +1 @@
s-nail

1
usr/bin/mailx Symbolic link
View file

@ -0,0 +1 @@
s-nail

1
usr/bin/sendmail Symbolic link
View file

@ -0,0 +1 @@
msmtp

3
usr/lib/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/*
!/.gitignore
!/sendmail

1
usr/lib/sendmail Symbolic link
View file

@ -0,0 +1 @@
../bin/sendmail

3
usr/sbin/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/*
!/.gitignore
!/sendmail

1
usr/sbin/sendmail Symbolic link
View file

@ -0,0 +1 @@
../bin/sendmail