This website requires JavaScript.
Explore
Help
Sign In
cellinfo
/
tftpboot
Watch
2
Star
0
Fork
You've already forked tftpboot
0
Code
Issues
2
Pull Requests
Releases
Activity
c2e3f132c4
tftpboot
/
scripts
/
latecommand
/
stretch
/
etc
/
logrotate.d
/
aptitude
8 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Create a tiny archive used as a post-install script at the end of a preseed.
2015-04-01 16:24:07 +02:00
/var/log/aptitude {
Add a ".d" suffix to all olddir directories for logrotate.
2018-01-30 16:48:12 +01:00
rotate 6
monthly
missingok
olddir /var/log/aptitude.d
Create a tiny archive used as a post-install script at the end of a preseed.
2015-04-01 16:24:07 +02:00
}