summaryrefslogtreecommitdiff
path: root/debian/sessionclean
AgeCommit message (Collapse)AuthorFilesLines
2014-08-20Use printf instead of echo to print all SAPIS ↵Ondřej Surý1-2/+2
(https://wiki.ubuntu.com/DashAsBinSh#echo)
2014-08-19Remove unnoticed bashism from sessionclean scriptOndřej Surý1-7/+7
2014-08-19More fixes and improvements to session cleaning scriptOndřej Surý1-11/+11
2014-08-18Run pidof only once, thus iterating through /proc just onceOndřej Surý1-6/+10
2014-08-18Update the sessionclean script to only check for SAPI processes (Courtesy of ↵Ondřej Surý1-15/+22
Steve Kamerman)
2014-08-14Use \0 as a new line delimiter when reading the session directory listOndřej Surý1-3/+4
(Thanks Goswin Brederlow for review and tips)
2014-08-14Limit the session cleanup only to sess_* files to prevent accidental ↵Ondřej Surý1-1/+1
deletion of other files
2014-08-14Really remove -maxdepth 1 this timeOndřej Surý1-1/+1
2014-08-14Make sessionclean script also respect session.save_path and ↵Ondřej Surý1-5/+18
session.save_handler (Closes: #720381)
2014-08-14Clean session files sorted into subdirectories (Closes: #719982)Ondřej Surý1-1/+1
2013-08-23Move find options before tests in sessionclean script (Closes: #720364)Ondřej Surý1-1/+1
2013-06-01Don't depend on lsof on hurd-any and kfreebsd-any and make the call in ↵Ondřej Surý1-1/+1
sessionclean optional (Closes: #710684)
2013-01-21Make the sessionclean script compatible with awk != gawkOndřej Surý1-1/+1
2013-01-16Introduce new (hopefully slightly smarter) way of not deleting still used ↵Ondřej Surý1-0/+7
session files